ha-core/setup.cfg

12 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