1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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 .