Fix local mypy workflow (#48433)

* Fix local mypy workflow

* Run mypy directly
This commit is contained in:
Ruslan Sayfutdinov
2021-03-30 16:18:29 +01:00
committed by GitHub
parent 4dc885dcc3
commit 575a460c65

View File

@ -41,6 +41,6 @@ commands =
[testenv:typing]
deps =
-r{toxinidir}/requirements_test.txt
-r{toxinidir}/requirements_test_all.txt
commands =
pre-commit run mypy {posargs: --all-files}
mypy homeassistant