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:
Greg Price 2018-02-09 19:42:49 -08:00
parent 8be2dfa81c
commit b374ea7357
1 changed files with 1 additions and 0 deletions

View File

@ -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: