mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix hassfest validate invocation in Tox (#34428)
This commit is contained in:
parent
e8e9500a30
commit
3259ba6116
2
tox.ini
2
tox.ini
@ -35,7 +35,7 @@ deps =
|
|||||||
-r{toxinidir}/requirements_test.txt
|
-r{toxinidir}/requirements_test.txt
|
||||||
commands =
|
commands =
|
||||||
python -m script.gen_requirements_all validate
|
python -m script.gen_requirements_all validate
|
||||||
python -m script.hassfest validate
|
python -m script.hassfest --action validate
|
||||||
pre-commit run codespell {posargs: --all-files}
|
pre-commit run codespell {posargs: --all-files}
|
||||||
pre-commit run flake8 {posargs: --all-files}
|
pre-commit run flake8 {posargs: --all-files}
|
||||||
pre-commit run bandit {posargs: --all-files}
|
pre-commit run bandit {posargs: --all-files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user