mirror of https://github.com/zulip/zulip.git
mypy: Pass --show-traceback.
This saves a bit of debugging in the event that we hit a crash inside mypy.
This commit is contained in:
parent
8be2dfa81c
commit
b374ea7357
|
@ -88,6 +88,7 @@ if not python_files:
|
|||
extra_args = ["--check-untyped-defs",
|
||||
"--follow-imports=silent",
|
||||
"--scripts-are-modules",
|
||||
"--show-traceback",
|
||||
"-i", "--cache-dir=var/mypy-cache",
|
||||
"--disallow-any-generics"]
|
||||
if args.linecoverage_report:
|
||||
|
|
Loading…
Reference in New Issue