summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-06 13:03:15 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-06 13:03:15 +0100
commit67796de837266abc574b38894633308c2e3206d8 (patch)
treee2e112cfe5a7f5231362f81b87c8b5a61ae83621
parent520d9a2b523340f0c40605cf56e023c7eef95501 (diff)
downloaddeployment-67796de837266abc574b38894633308c2e3206d8.tar.gz
deployment-67796de837266abc574b38894633308c2e3206d8.tar.bz2
deployment-67796de837266abc574b38894633308c2e3206d8.zip
right option to NOT type-check improted modules
-rw-r--r--mypy/mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy/mypy.ini b/mypy/mypy.ini
index 1f1d439..976ba02 100644
--- a/mypy/mypy.ini
+++ b/mypy/mypy.ini
@@ -1,2 +1,2 @@
[mypy]
-mypy_suppress_stub_warnings
+ignore_missing_imports = True