Skip to content

Commit

Permalink
have flake8 ignore E401
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene committed Mar 12, 2024
1 parent 7170550 commit 75f36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ formats = bdist_wheel
[flake8]
# Some sane defaults for the code style checker flake8
max_line_length = 130
extend_ignore = E203, W503
extend_ignore = E203, W503, E401
# ^ Black-compatible
# E203 and W503 have edge cases handled by black
exclude =
Expand Down

0 comments on commit 75f36c5

Please sign in to comment.