Skip to content

Commit

Permalink
Run pylint on shapefil.py too, in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 19, 2024
1 parent 7fbbd8e commit 7cd29af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_hooks_and_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install pytest pylint pylint-per-file-ignores
- name: run Pylint for errors and warnings only, on test_shapefile.py
run: |
pylint --disable=R,C test_shapefile.py
pylint --disable=R,C,W *shapefile.py
test_on_old_Pythons:
strategy:
Expand Down

0 comments on commit 7cd29af

Please sign in to comment.