We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd29af commit cf6d363Copy full SHA for cf6d363
.github/workflows/run_tests_hooks_and_tools.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install pytest pylint pylint-per-file-ignores
29
- name: run Pylint for errors and warnings only, on test_shapefile.py
30
run: |
31
- pylint --disable=R,C,W *shapefile.py
+ pylint --disable=R,C,E *shapefile.py
32
33
test_on_old_Pythons:
34
strategy:
0 commit comments