Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into origin
  • Loading branch information
arnab39 committed Mar 12, 2024
2 parents 95e5715 + 58ae80f commit d0143f8
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
extend_ignore = E203, W503, E401, E501, E741
# ^ Black-compatible
# E203 and W503 have edge cases handled by black
exclude =
Expand Down

0 comments on commit d0143f8

Please sign in to comment.