1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 04:05:01 +01:00
Files
core/setup.cfg
T
2016-02-14 13:07:21 -08:00

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