more typing

This commit is contained in:
rany2
2023-01-05 00:58:36 +02:00
parent c4c3dc5a13
commit 3e3828c04a
4 changed files with 19 additions and 8 deletions

View File

@@ -8,6 +8,6 @@ warn_unused_configs = True
#disallow_any_explicit = True
#disallow_any_generics = True
#disallow_subclassing_any = True
#disallow_untyped_calls = True
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True