Skip to content

Commit

Permalink
[flake8] Ignore line break after binary operator
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Feb 22, 2021
1 parent b00833b commit 962ce1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake8/flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[flake8]
ignore = E131, E504
# E131: Continuation line unaligned for hanging indent
# W504: Line break after binary operator
ignore = E131, W504
max-line-length = 80

0 comments on commit 962ce1d

Please sign in to comment.