Skip to content

Commit

Permalink
flake8: Ignore "line break after binary operator"
Browse files Browse the repository at this point in the history
This collides with fixing overly long lines, and not making them look
completely ridiculous.
  • Loading branch information
martinpitt authored and allisonkarlitskaya committed Feb 14, 2023
1 parent be7dbc2 commit 738bbd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
ignore=
# do not assign a lambda expression, use a def
E731
# line break after binary operator
W504
max-line-length = 118

0 comments on commit 738bbd7

Please sign in to comment.