flake8 : add W503 to ignore list
This commit is contained in:
parent
ab49e9ee45
commit
6972e7e90e
1 changed files with 1 additions and 0 deletions
1
.flake8
1
.flake8
|
@ -1,2 +1,3 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 125
|
max-line-length = 125
|
||||||
|
ignore = W503
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue