hass-core/setup.cfg
2016-02-14 13:07:21 -08:00

11 lines
144 B
INI

[wheel]
universal = 1
[pytest]
testpaths = tests
[flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib
[pep257]
ignore = D203,D105