summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-05-08 21:55:42 +0100
committeryobmod <yobmod@gmail.com>2021-05-08 21:55:42 +0100
commitefc259833ee184888fe21105d63b3c2aa3d51cfa (patch)
tree2d5d4b5e400140d71ca6f31da8aad73ba9ac7764 /mypy.ini
parente21d96a76c223064a3b351fe062d5452da7670cd (diff)
downloadgitpython-efc259833ee184888fe21105d63b3c2aa3d51cfa.tar.gz
Add types to config.py GitConfigParser .__init__() .aquire_lock()
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index d55d2164..8f86a6af 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -2,7 +2,7 @@
[mypy]
# TODO: enable when we've fully annotated everything
-disallow_untyped_defs = True
+# disallow_untyped_defs = True
# TODO: remove when 'gitdb' is fully annotated
[mypy-gitdb.*]