aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
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 52ea938..a4ae96e 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -63,3 +63,9 @@ ignore_missing_imports = True
[mypy-email_validator]
ignore_missing_imports = True
+
+[mypy-argon2]
+ignore_missing_imports = True
+
+[mypy-argon2.*]
+ignore_missing_imports = True \ No newline at end of file