aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorAlexander_Kabui2024-03-25 14:44:03 +0300
committerAlexander_Kabui2024-03-25 14:44:03 +0300
commit7b64fe40308f3a5883be6eb9d3f195ac9b682d9f (patch)
tree660c1f0a2d39776e519e79c24c030754d67cdce3 /mypy.ini
parentdbf5f8c80b91063ccd8d44c74d6d06c02743dfc1 (diff)
downloadgenenetwork3-7b64fe40308f3a5883be6eb9d3f195ac9b682d9f.tar.gz
ignore missing import for biopython
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index a4ae96e..426d21f 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -68,4 +68,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-argon2.*]
-ignore_missing_imports = True \ No newline at end of file
+ignore_missing_imports = True
+
+[mypy-Bio.*]
+ignore_missing_imports = True \ No newline at end of file