From 74a1b17a29390660abe79d83d837a666141f8625 Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Fri, 23 Apr 2021 11:21:10 +0200 Subject: test(mypy): don't complain about missing type hints for 'gitdb' --- mypy.ini | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1