From 68e7eb89a9fda2532d47c9947898b0fcb6c55637 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 20 Sep 2025 09:46:46 -0700 Subject: [PATCH] Twiddle --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 98f8f7b..48add84 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -33,9 +33,9 @@ jobs: run: | # stop the build if there are Python syntax errors or undefined names flake8 src/ptulsconv tests --count --select=E9,F63,F7,F82 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide + # exit-zero treats all errors as warnings. flake8 src/ptulsconv tests --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | pytest - flake8 ptulsconv + flake8 src/ptulsconv