From 805e3527379b2432bc1023c4d18197d10055d5ec Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Mon, 18 Mar 2024 07:47:30 -0500 Subject: [PATCH] Update pep8-linter.yml --- .github/workflows/pep8-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pep8-linter.yml b/.github/workflows/pep8-linter.yml index 213eb1a..982d9ec 100644 --- a/.github/workflows/pep8-linter.yml +++ b/.github/workflows/pep8-linter.yml @@ -20,4 +20,4 @@ jobs: - name: Run flake8 with exceptions run: | flake8 . --max-line-length=120 \ - --ignore=W504,E402,E731,C406,E741 + --ignore=W504,E402,E731,C406,E741,E722