We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d06f5a commit 74a1b17Copy full SHA for 74a1b17
mypy.ini
@@ -3,3 +3,7 @@
3
4
# TODO: enable when we've fully annotated everything
5
#disallow_untyped_defs = True
6
+
7
+# TODO: remove when 'gitdb' is fully annotated
8
+[mypy-gitdb.*]
9
+ignore_missing_imports = True
0 commit comments