aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-03-11 12:09:22 +0300
committerFrederick Muriuki Muriithi2022-03-11 12:09:22 +0300
commit08a27b65b91cec12ec2a44945090ca8b9fabd8dd (patch)
tree8c56e52ed54eac07b6e490b7c1693baa21183837 /mypy.ini
parent9691e225724e041997c74f8665dcbfa12bb1c579 (diff)
downloadgenenetwork3-08a27b65b91cec12ec2a44945090ca8b9fabd8dd.tar.gz
Fix typing errors
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index ef93008..9efa803 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -31,4 +31,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-pandas.*]
+ignore_missing_imports = True
+
+[mypy-pytest.*]
ignore_missing_imports = True \ No newline at end of file