diff options
author | BonfaceKilz | 2021-05-05 14:37:45 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-08 19:19:47 +0300 |
commit | d471af8b31472a37769403013f28c084d5cb29e3 (patch) | |
tree | 62efbf004aef3d291b6af9ce1077b75b27b24244 /mypy.ini | |
parent | 83dfbe112f32511b4f656de7f387470cff0680ed (diff) | |
download | genenetwork3-d471af8b31472a37769403013f28c084d5cb29e3.tar.gz |
Ignore missing stub imports from MySQLdb
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,5 +3,8 @@ [mypy-scipy.*] ignore_missing_imports = True +[mypy-MySQLdb.*] +ignore_missing_imports = True + [mypy-ipfshttpclient.*] ignore_missing_imports = True |