From 24106d99948354218bef6d470b071c29a2cd9bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 27 Feb 2024 19:07:52 +0100 Subject: [PATCH] exclude scripts/pyprint.py from linting for Python<3.8 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67520018..8a056fea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 .