Skip to content

Commit

Permalink
Add pep257 checking
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Mar 10, 2016
1 parent 47c4f66 commit 14a9b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ testpaths = tests

[flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib

[pep257]
ignore = D203,D105
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ignore_errors = True
commands =
flake8
pylint homeassistant
pydocstyle homeassistant tests

[testenv:requirements]
basepython = python3
Expand Down

0 comments on commit 14a9b9f

Please sign in to comment.