Run black linter and enforce going forward

This commit is contained in:
Asher Foa 2019-10-26 18:47:45 -07:00
commit c820395dbf
5 changed files with 11 additions and 5 deletions

View file

@ -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