python-zulip-api/mypy.ini

10 lines
154 B
INI
Raw Normal View History

[mypy]
check_untyped_defs = True
disallow_any_generics = True
incremental = True
scripts_are_modules = True
show_traceback = True
warn_no_return = True