From da2ff0b3aa7f3a457229f9908114ce7187e38828 Mon Sep 17 00:00:00 2001 From: Janis Klaise Date: Thu, 28 Feb 2019 16:46:04 +0000 Subject: [PATCH] Ignore missing mypy imports globally for now --- setup.cfg | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/setup.cfg b/setup.cfg index 60f7eb267..27c1a27aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,20 +15,5 @@ exclude = # post-test .eggs/ -[mypy-setuptools.*] -ignore_missing_imports = True - -[mypy-numpy.*] -ignore_missing_imports = True - -[mypy-pandas.*] -ignore_missing_imports = True - -[mypy-sklearn.*] -ignore_missing_imports = True - -[mypy-matplotlib.*] -ignore_missing_imports = True - -[mypy-scipy.*] +[mypy] ignore_missing_imports = True