Ignore only D203 and fix Flake8 errors

This commit is contained in:
Ian Cordasco 2016-01-10 14:36:52 -06:00
parent a8576aff12
commit 5903576732
8 changed files with 37 additions and 3 deletions

View file

@ -7,3 +7,6 @@ deps =
pytest
commands =
py.test {posargs}
[flake8]
ignore = D203