Skip to content

Commit

Permalink
Align flake settings with black 24 codestyle (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Feb 14, 2024
1 parent 7a6dd16 commit c7bf6f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ max-line-length = 88
# W503: Line break occurred before a binary operator
# E203: Whitespace before ':'
# D202 No blank lines allowed after function docstring
# E701 / E704: multiple statements on one line
ignore =
E501,
W503,
E203,
D202
D202,
E701,
E704

0 comments on commit c7bf6f8

Please sign in to comment.