exclude scripts/pyprint.py from linting for Python<3.8
This commit is contained in:
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 .
|
||||
|
||||
Reference in New Issue
Block a user