Skip to content

Commit

Permalink
Allow warnings, silence errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 19, 2024
1 parent 7cd29af commit cf6d363
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,W *shapefile.py
pylint --disable=R,C,E *shapefile.py
test_on_old_Pythons:
strategy:
Expand Down

0 comments on commit cf6d363

Please sign in to comment.