aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-11-09 10:31:46 +0300
committerFrederick Muriuki Muriithi2021-11-09 10:31:46 +0300
commiteec4cd566c1aceb5bd3e392595c38893bde8192b (patch)
tree88b5334a4255720995338be24127bc269958686c /mypy.ini
parent89691df0d7ba096fb7a154aca3adf40f8dfaa8ae (diff)
parent9e0fa5f3bbad6ad8c1d3306e986f58d6e6ac9c16 (diff)
downloadgenenetwork3-eec4cd566c1aceb5bd3e392595c38893bde8192b.tar.gz
Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-correlations
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