update mypy commandline arguments (#11638)

pull/11680/head
Ben 2018-01-15 22:41:49 +01:00 committed by Fabian Affolter
parent 6b26154077
commit bf3329e9a9
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ basepython = {env:PYTHON3_PATH:python3}
deps =
-r{toxinidir}/requirements_test.txt
commands =
mypy --silent-imports homeassistant
mypy --ignore-missing-imports --follow-imports=skip homeassistant