diff --git a/.github/workflows/python-lints.yml b/.github/workflows/python-lints.yml index aca27fd..5a95b70 100644 --- a/.github/workflows/python-lints.yml +++ b/.github/workflows/python-lints.yml @@ -24,4 +24,4 @@ jobs: run: poetry run pylint flake8_import_restrictions/*.py - - name: flake8 if: ${{ ! cancelled() }} - run: poetry run flake8 . \ No newline at end of file + run: poetry run flake8 . --select=E9,F63,F7,F82 \ No newline at end of file