summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mypy.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 69e97757..b63d68fd 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -3,3 +3,7 @@
# TODO: enable when we've fully annotated everything
#disallow_untyped_defs = True
+
+# TODO: remove when 'gitdb' is fully annotated
+[mypy-gitdb.*]
+ignore_missing_imports = True