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