commit 67796de837266abc574b38894633308c2e3206d8 parent 520d9a2b523340f0c40605cf56e023c7eef95501 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 6 Dec 2017 13:03:15 +0100 right option to NOT type-check improted modules Diffstat:
| M | mypy/mypy.ini | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mypy/mypy.ini b/mypy/mypy.ini @@ -1,2 +1,2 @@ [mypy] -mypy_suppress_stub_warnings +ignore_missing_imports = True