diff options
author | BonfaceKilz | 2021-11-01 09:05:32 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-11-01 09:10:04 +0300 |
commit | 8169d8aacd8598730fd2e6eba06052e7502f2cc1 (patch) | |
tree | a628195fcaeb737f098d34a95509d77e7ed549c1 /mypy.ini | |
parent | 8ca5e82868e0dc3eb596d7bfeebb883385e4cb57 (diff) | |
download | genenetwork3-8169d8aacd8598730fd2e6eba06052e7502f2cc1.tar.gz |
Fix mypy issues
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,4 +13,10 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-pingouin.*] +ignore_missing_imports = True + +[mypy-redis.*] +ignore_missing_imports = True + +[mypy-requests.*] ignore_missing_imports = True
\ No newline at end of file |