Skip to content

Commit 7cd29af

Browse files
committed
Run pylint on shapefil.py too, in CI
1 parent 7fbbd8e commit 7cd29af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_hooks_and_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install pytest pylint pylint-per-file-ignores
2929
- name: run Pylint for errors and warnings only, on test_shapefile.py
3030
run: |
31-
pylint --disable=R,C test_shapefile.py
31+
pylint --disable=R,C,W *shapefile.py
3232
3333
test_on_old_Pythons:
3434
strategy:

0 commit comments

Comments
 (0)