pycodestyle: Ignore W503
Ignore Line break occurred before a binary operator (W503).
This commit is contained in:
parent
9d3efb1a3c
commit
fc81cd460b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
count = False
|
count = False
|
||||||
ignore = E501
|
ignore = E501,W503
|
||||||
statistics = True
|
statistics = True
|
||||||
|
|
Loading…
Reference in a new issue