From f172f7cbe0e5fd44b452bf3f3be094ba8b6b2c0e Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 18 Jun 2021 20:54:52 +0000 Subject: add ignore_missing_imports for numpy in mypy.ini since it complains about that and we seem to have done the same thing for scipy --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 5e1af13..5d66812 100644 --- a/mypy.ini +++ b/mypy.ini @@ -3,6 +3,9 @@ [mypy-scipy.*] ignore_missing_imports = True +[mypy-numpy.*] +ignore_missing_imports = True + [mypy-MySQLdb.*] ignore_missing_imports = True -- cgit v1.2.3