From 7cd29afd45da78fecced4a0abed9314328e54560 Mon Sep 17 00:00:00 2001 From: JamesParrott <80779630+JamesParrott@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:22:05 +0100 Subject: [PATCH] Run pylint on shapefil.py too, in CI --- .github/workflows/run_tests_hooks_and_tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests_hooks_and_tools.yml b/.github/workflows/run_tests_hooks_and_tools.yml index 4c393a3..d7fff77 100644 --- a/.github/workflows/run_tests_hooks_and_tools.yml +++ b/.github/workflows/run_tests_hooks_and_tools.yml @@ -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: