diff options
author | zsloan | 2021-06-18 20:54:52 +0000 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | f172f7cbe0e5fd44b452bf3f3be094ba8b6b2c0e (patch) | |
tree | ba772a521125200887eeb3db1aba35fca2af2397 /mypy.ini | |
parent | 476b146562070cee6a55c55c03c37ef3e19a1474 (diff) | |
download | genenetwork3-f172f7cbe0e5fd44b452bf3f3be094ba8b6b2c0e.tar.gz |
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
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ [mypy-scipy.*] ignore_missing_imports = True +[mypy-numpy.*] +ignore_missing_imports = True + [mypy-MySQLdb.*] ignore_missing_imports = True |