Add pep257 checking

This commit is contained in:
Paulus Schoutsen 2016-03-09 23:34:28 -08:00
parent 47c4f66886
commit 14a9b9fe3f
2 changed files with 1 additions and 3 deletions

View file

@ -6,6 +6,3 @@ testpaths = tests
[flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib
[pep257]
ignore = D203,D105

View file

@ -22,6 +22,7 @@ ignore_errors = True
commands =
flake8
pylint homeassistant
pydocstyle homeassistant tests
[testenv:requirements]
basepython = python3