mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
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:
parent
da65d0be32
commit
e23e86a2be
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -38,4 +38,5 @@ commands =
|
|||
|
||||
[flake8]
|
||||
ignore =
|
||||
E731
|
||||
E731, ; do not assign a lambda expression, use a def
|
||||
W503 ; line break before binary operator
|
||||
|
|
|
|||
Loading…
Reference in a new issue