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:
parent
495c9ee126
commit
24106d9994
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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…
Reference in New Issue
Block a user