Fix hassfest validate invocation in Tox (#34428)

pull/34386/head
Ville Skyttä 2020-04-19 18:43:49 +03:00 committed by GitHub
parent e8e9500a30
commit 3259ba6116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}