diff options
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ [mypy] -disallow_untyped_defs = True +# TODO: enable when we've fully annotated everything +#disallow_untyped_defs = True |
![]() |
index : delta/python-packages/gitpython.git | |
github.com: gitpython-developers/GitPython.git |
summaryrefslogtreecommitdiff |
-rw-r--r-- | mypy.ini | 3 |
@@ -1,4 +1,5 @@ [mypy] -disallow_untyped_defs = True +# TODO: enable when we've fully annotated everything +#disallow_untyped_defs = True |