Run black linter and enforce going forward
This commit is contained in:
parent
54c8a7dea1
commit
c820395dbf
5 changed files with 11 additions and 5 deletions
2
tox.ini
2
tox.ini
|
|
@ -15,5 +15,5 @@ commands =
|
|||
nosetests {posargs}
|
||||
|
||||
[flake8]
|
||||
ignore = E128,E501,W504,W605
|
||||
ignore = W503,W605,E128,E501,E203,E266,E501,E231
|
||||
exclude = moto/packages,dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue