Skip to content

Commit 74a1b17

Browse files
committed
test(mypy): don't complain about missing type hints for 'gitdb'
1 parent 6d06f5a commit 74a1b17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33

44
# TODO: enable when we've fully annotated everything
55
#disallow_untyped_defs = True
6+
7+
# TODO: remove when 'gitdb' is fully annotated
8+
[mypy-gitdb.*]
9+
ignore_missing_imports = True

0 commit comments

Comments
 (0)