python-zulip-api/mypy.ini
Anders Kaseorg 30f241a126 mypy: Remove unused type: ignore comments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-03-04 15:09:58 -08:00

14 lines
260 B
INI

[mypy]
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