Skip to content

Commit

Permalink
have flake8 ignore E266
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene committed Mar 12, 2024
1 parent 769a05f commit 5f19380
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, E401, E501, E741
extend_ignore = E203, W503, E401, E501, E741, E266
# ^ Black-compatible
# E203 and W503 have edge cases handled by black
exclude =
Expand Down

0 comments on commit 5f19380

Please sign in to comment.