From fddb0039a762bdba6496599551c14107530cfd6a Mon Sep 17 00:00:00 2001 From: Gianluca Pernigotto Date: Sun, 23 Jun 2024 16:19:23 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 489ac183..26b37cc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,9 @@ jobs: - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names - flake8 . --count --show-source --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,videomass/art,videomass/FFMPEG,videomass/locale,videomass/share --per-file-ignores="videomass/gui_app.py:F401" + flake8 . --count --show-source --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,xdg,videomass/data --per-file-ignores="videomass/gui_app.py:F401" # exit-zero treats all errors as warnings. The GitHub editor is 79 chars wide - flake8 . --count --exit-zero --max-complexity=15 --max-line-length=79 --ignore=F821,W503,C901 --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,videomass/art,videomass/FFMPEG,videomass/locale,videomass/share --per-file-ignores="videomass/gui_app.py:F401" + flake8 . --count --exit-zero --max-complexity=15 --max-line-length=79 --ignore=F821,W503,C901 --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,xdg,videomass/data --per-file-ignores="videomass/gui_app.py:F401" - name: Test with pytest run: | python3 tests/test_check_bin.py