9 lines
173 B
INI
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 |