summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-05-08 20:28:23 +0100
committeryobmod <yobmod@gmail.com>2021-05-08 20:28:23 +0100
commitefe68337c513c573dde8fbf58337bed2fa2ca39a (patch)
tree34e6e5edbba91b23b3f4d39019c8bd6811e6b95b /mypy.ini
parent37cef2340d3e074a226c0e81eaf000b5b90dfa55 (diff)
downloadgitpython-efe68337c513c573dde8fbf58337bed2fa2ca39a.tar.gz
Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_values() .set_dirty_and_flush_changes()
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 8f86a6af..d55d2164 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.*]