Better type annotations and stricter mypy checks (#3 ) #4

Merged
ok merged 6 commits from mypy_fixes into main 2023-08-16 13:01:27 +02:00
Showing only changes of commit ba41794f4e - Show all commits

View File

@ -5,3 +5,4 @@ strict_optional = True
warn_unused_ignores = False warn_unused_ignores = False
warn_redundant_casts = True warn_redundant_casts = True
warn_unused_configs = True warn_unused_configs = True
disallow_untyped_defs = True