mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Excludes `build` directory built by running build_python_openzwave script. When running tox test locally.
9 lines
126 B
INI
9 lines
126 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[pytest]
|
|
testpaths = tests
|
|
|
|
[flake8]
|
|
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build
|