python-zulip-api/mypy.ini
neiljp (Neil Pilgrim) 6cbe1f5ba7 tools: Migrate core run-mypy options to mypy.ini.
Add traceback option, as used in core Zulip run-mypy.
2018-04-06 13:45:11 -04:00

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