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

pull/5270/head
Mike Fährmann 7 months ago
parent 495c9ee126
commit 24106d9994
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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 .

Loading…
Cancel
Save