11 lines
177 B
INI
11 lines
177 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
disallow_any_generics = True
|
|
strict_optional = True
|
|
|
|
incremental = True
|
|
scripts_are_modules = True
|
|
show_traceback = True
|
|
|
|
warn_no_return = True
|