python-zulip-api/mypy.ini
Anders Kaseorg 34012a4015 mypy: Add stubs for zephyr.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-10 23:59:15 -08:00

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