Skip to content

Commit

Permalink
test: Black compatible Flake8 configuration [ruff-plugin]
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 19, 2024
1 parent 543d811 commit d29a847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,14 @@ ignore =
D400
# D415 First line should end with a period, question mark, or exclamation point
D415
# E203 Whitespace before ':'
E203
# E231 missing whitespace after ','
E231
# E501 Line too long (82 > 79 characters)
E501
# E701 Multiple statements on one line (colon)
E701
# W503 line break before binary operator
W503
# Darglint options when run as a Flake8 plugin:
Expand Down

0 comments on commit d29a847

Please sign in to comment.