aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorBonfaceKilz2021-11-01 09:05:32 +0300
committerBonfaceKilz2021-11-01 09:10:04 +0300
commit8169d8aacd8598730fd2e6eba06052e7502f2cc1 (patch)
treea628195fcaeb737f098d34a95509d77e7ed549c1 /mypy.ini
parent8ca5e82868e0dc3eb596d7bfeebb883385e4cb57 (diff)
downloadgenenetwork3-8169d8aacd8598730fd2e6eba06052e7502f2cc1.tar.gz
Fix mypy issues
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index a507703..b0c48df 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -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