34012a4015
Signed-off-by: Anders Kaseorg <anders@zulip.com>
17 lines
325 B
INI
17 lines
325 B
INI
[mypy]
|
|
mypy_path = $MYPY_CONFIG_FILE_DIR/stubs
|
|
|
|
check_untyped_defs = True
|
|
disallow_any_generics = True
|
|
strict_optional = True
|
|
no_implicit_optional = True
|
|
|
|
incremental = True
|
|
scripts_are_modules = True
|
|
show_traceback = True
|
|
|
|
warn_no_return = True
|
|
warn_redundant_casts = True
|
|
warn_unused_ignores = True
|
|
warn_unreachable = True
|