Skip to content

Commit

Permalink
Update run_tests_hooks_and_tools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 19, 2024
1 parent 1aa998d commit d0f1a78
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 @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pylint pylint-per-file-ignores
- name: run Pylint for errors and warnings only, on test_shapefile.py
- name: run Pylint for errors and warnings only.
run: |
pylint --disable=R,C *shapefile.py
Expand Down

0 comments on commit d0f1a78

Please sign in to comment.