aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
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 08e896e..79c9a9c 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -28,4 +28,13 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-yaml.*]
+ignore_missing_imports = True
+
+[mypy-pymonad.tools]
+ignore_missing_imports = True
+
+[mypy-pymonad.either]
+ignore_missing_imports = True
+
+[mypy-authlib.*]
ignore_missing_imports = True \ No newline at end of file