update mypy commandline arguments (#11638)
This commit is contained in:
parent
6b26154077
commit
bf3329e9a9
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -41,4 +41,4 @@ basepython = {env:PYTHON3_PATH:python3}
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements_test.txt
|
-r{toxinidir}/requirements_test.txt
|
||||||
commands =
|
commands =
|
||||||
mypy --silent-imports homeassistant
|
mypy --ignore-missing-imports --follow-imports=skip homeassistant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue