Ignore W503 line break before binary operator

It doesn't seem like following this rule will lead to clearer code in the violations in this codebase.
This commit is contained in:
Lucas Wiman 2018-07-02 12:52:47 -07:00
parent da65d0be32
commit e23e86a2be

View file

@ -38,4 +38,5 @@ commands =
[flake8]
ignore =
E731
E731, ; do not assign a lambda expression, use a def
W503 ; line break before binary operator