flake8: Ignore W503.
This commit is contained in:
parent
7a90d7fca8
commit
e04af40140
3
.flake8
3
.flake8
@ -7,5 +7,6 @@
|
|||||||
# F401: Unused import
|
# F401: Unused import
|
||||||
# E402: module level import not at top of file
|
# E402: module level import not at top of file
|
||||||
# E266: too many leading '#' for block comment
|
# E266: too many leading '#' for block comment
|
||||||
ignore=E265,E501,F841,F401,E402,E266
|
# W503: line break before binary operator
|
||||||
|
ignore=E265,E501,F841,F401,E402,E266,W503
|
||||||
max_complexity = 12
|
max_complexity = 12
|
||||||
|
Loading…
Reference in New Issue
Block a user