Skip to content

Commit

Permalink
Fix local mypy workflow (home-assistant#48433)
Browse files Browse the repository at this point in the history
* Fix local mypy workflow

* Run mypy directly
  • Loading branch information
KapJI authored Mar 30, 2021
1 parent 4dc885d commit 575a460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 575a460

Please sign in to comment.