mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
13 lines
217 B
INI
13 lines
217 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
norecursedirs = .git testing_config
|
|
|
|
[flake8]
|
|
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build
|
|
|
|
[pydocstyle]
|
|
match_dir = ^((?!\.|www_static).)*$
|