Skip to content

Commit

Permalink
add G004 to flake8 ignore list.
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo committed May 16, 2022
1 parent 1bc3f80 commit d6ee01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
# For some reason we have to specifically ignore G001 as well
flake8 --select=E9,F63,F7,F82 --ignore=G001 --show-source
flake8 --select=E9,F63,F7,F82 --ignore=G001,G004 --show-source
# exit-zero treats all errors as warnings.
flake8 --exit-zero
Expand Down

0 comments on commit d6ee01c

Please sign in to comment.