Browse Source

.flake8: ignore 'W504 line break after binary operator'

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
a45d4e93be
  1. 4
      .flake8

4
.flake8

@ -7,6 +7,8 @@ ignore =
# E226: missing whitespace around arithmetic operator # E226: missing whitespace around arithmetic operator
E226, E226,
# E261 at least two spaces before inline comment # E261 at least two spaces before inline comment
E261 E261,
# W504 line break after binary operator
W504
max-line-length = 127 max-line-length = 127

Loading…
Cancel
Save