forked from home-assistant/core
Fix hassfest validate invocation in Tox (#34428)
This commit is contained in:
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}
|
||||||
|
Reference in New Issue
Block a user