From bf3329e9a90278dd633e92a9fdf2ab6b1b4b4a53 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 15 Jan 2018 22:41:49 +0100 Subject: [PATCH] update mypy commandline arguments (#11638) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 70612658715..fafc149f624 100644 --- a/tox.ini +++ b/tox.ini @@ -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