Files
2026-07-13 13:30:30 +08:00

9 lines
173 B
INI

[mypy]
check_untyped_defs = True
disallow_untyped_defs = True
# stricter TypedDict handling
disallow_any_generics = True
warn_no_return = True
no_implicit_reexport = True