aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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