[flake8] linebreak after binary op

This commit is contained in:
odrling 2021-03-25 16:18:03 +01:00
parent 0eb8f11dd2
commit ef5a0e71dc

View file

@ -8,6 +8,8 @@ ignore =
E731,
# line break before binary operator
W503,
# line break after binary operator
W504,
# blank line at end of file
W391,
# whitespace around arithmetic operator