aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorzsloan2021-11-11 11:23:39 -0600
committerGitHub2021-11-11 11:23:39 -0600
commit8c77af63efae6f06d7c7c3269fc0e41811a8037a (patch)
tree9ffa4b84fd36f09e772db3e218bc980999324c41 /mypy.ini
parent607c6e627c23c1bce3b199b145855182ab51b211 (diff)
parent249b85102063debfeeb1b0565956059b8a3af1cf (diff)
downloadgenenetwork3-8c77af63efae6f06d7c7c3269fc0e41811a8037a.tar.gz
Merge branch 'main' into feature/add_rqtl_pairscan
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 5d66812..b0c48df 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -11,3 +11,12 @@ ignore_missing_imports = True
[mypy-ipfshttpclient.*]
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