1
0
Fork 0

flake8: Ignore 'W504' error

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
environments/stage/deployments/282
Vasilis Tsiligiannis 2019-01-07 18:09:47 +02:00
parent 18c40012c2
commit 2944389cbb
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ install_requires =
[flake8]
max-complexity = 25
max-line-length = 99
ignore = F403
ignore = F403,W504
exclude = network/_version.py,versioneer.py,*/migrations,docs
# See the docstring in versioneer.py for instructions. Note that you must