Improve type hints

This commit is contained in:
Andre Basche
2023-07-23 21:55:33 +02:00
parent 454f2d8916
commit e6c796e822
3 changed files with 12 additions and 3 deletions

View File

@ -10,7 +10,6 @@ disallow_untyped_defs = true
disable_error_code = annotation-unchecked
enable_error_code = ignore-without-code, redundant-self, truthy-iterable
follow_imports = silent
ignore_missing_imports = true
local_partial_types = true
no_implicit_optional = true
no_implicit_reexport = true