From efe68337c513c573dde8fbf58337bed2fa2ca39a Mon Sep 17 00:00:00 2001 From: yobmod Date: Sat, 8 May 2021 20:28:23 +0100 Subject: Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_values() .set_dirty_and_flush_changes() --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mypy.ini') 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.*] -- cgit v1.2.1