diff --git a/.github/workflows/syntax-check.yml b/.github/workflows/syntax-check.yml index 4085760..784734a 100644 --- a/.github/workflows/syntax-check.yml +++ b/.github/workflows/syntax-check.yml @@ -27,7 +27,7 @@ jobs: - name: Lint with flake8 (Syntax errors) run: | # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics + flake8 . --count --select=E9,F63,F7 --show-source --statistics - name: Check formatting with Black run: |