Fix mypy setup

This commit is contained in:
rany2 2023-01-05 01:39:31 +02:00
parent e3c3bca93d
commit 2c00c63803

View File

@ -12,16 +12,12 @@ disallow_incomplete_defs = True
check_untyped_defs = True
disallow_untyped_decorators = True
implicit_optional = False
strict_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_no_return = True
warn_return_any = True
warn_unreachable = True
strict_concatenate = True
strict_equality = True
strict = True