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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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