summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-05-08 18:31:38 +0100
committeryobmod <yobmod@gmail.com>2021-05-08 18:31:38 +0100
commit37cef2340d3e074a226c0e81eaf000b5b90dfa55 (patch)
tree9867f5a8b543000e56c70860ad59637d1fb33bbe /mypy.ini
parent6a2f5d05f4a8e3427d6dd2a5981f148a9f6bef84 (diff)
downloadgitpython-37cef2340d3e074a226c0e81eaf000b5b90dfa55.tar.gz
flake8 fixes
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.*]