Fix hassfest validate invocation in Tox (#34428)
parent
e8e9500a30
commit
3259ba6116
2
tox.ini
2
tox.ini
|
@ -35,7 +35,7 @@ deps =
|
|||
-r{toxinidir}/requirements_test.txt
|
||||
commands =
|
||||
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 flake8 {posargs: --all-files}
|
||||
pre-commit run bandit {posargs: --all-files}
|
||||
|
|
Loading…
Reference in New Issue