Skip to content

Commit

Permalink
Fix hassfest validate invocation in Tox (home-assistant#34428)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Apr 19, 2020
1 parent e8e9500 commit 3259ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3259ba6

Please sign in to comment.