6cbe1f5ba7
Add traceback option, as used in core Zulip run-mypy.
10 lines
154 B
INI
10 lines
154 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
disallow_any_generics = True
|
|
|
|
incremental = True
|
|
scripts_are_modules = True
|
|
show_traceback = True
|
|
|
|
warn_no_return = True
|