Skip to content

Commit

Permalink
fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Apr 3, 2024
1 parent c0c946a commit 60886b9
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 @@ -155,7 +155,7 @@ formats = bdist_wheel
[flake8]
# Some sane defaults for the code style checker flake8
max_line_length = 88
extend_ignore = E203, W503, E721
extend_ignore = E203, W503, E721, A005
# ^ Black-compatible
# E203 and W503 have edge cases handled by black
exclude =
Expand Down

0 comments on commit 60886b9

Please sign in to comment.