exclude scripts/pyprint.py from linting for Python<3.8

This commit is contained in:
Mike Fährmann
2024-02-27 19:07:52 +01:00
parent 495c9ee126
commit 24106d9994

View File

@@ -54,7 +54,7 @@ jobs:
run: |
case "${{ matrix.python-version }}" in
3.4|3.5|3.6|3.7)
flake8 --extend-exclude scripts/export_tests.py .
flake8 --extend-exclude scripts/export_tests.py,scripts/pyprint.py .
;;
*)
flake8 .