Skip to content

Commit

Permalink
STY: allow line breaks after binary operators
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Dec 16, 2018
1 parent 2d2c9cf commit dab5c99
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
@@ -1,5 +1,5 @@
[flake8]
ignore = E731, E741
ignore = E731, E741, W504
max-line-length = 120

[mypy]
Expand Down

0 comments on commit dab5c99

Please sign in to comment.