Fix remaining flake8 issues
Disabling W504 and W605 for now as there are too many instances.
This commit is contained in:
parent
18173a5951
commit
84fb52d0a2
10 changed files with 28 additions and 35 deletions
2
tox.ini
2
tox.ini
|
|
@ -15,5 +15,5 @@ commands =
|
|||
nosetests {posargs}
|
||||
|
||||
[flake8]
|
||||
ignore = E128,E501
|
||||
ignore = E128,E501,W504,W605
|
||||
exclude = moto/packages,dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue