mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
add --show-traceback to mypy_test.py flags (#2236)
This makes debugging easier.
This commit is contained in:
committed by
Guido van Rossum
parent
5054465746
commit
499f852e37
@@ -132,6 +132,7 @@ def main():
|
||||
flags = ['--python-version', '%d.%d' % (major, minor)]
|
||||
flags.append('--strict-optional')
|
||||
flags.append('--no-site-packages')
|
||||
flags.append('--show-traceback')
|
||||
if args.no_implicit_optional:
|
||||
flags.append('--no-implicit-optional')
|
||||
if args.warn_unused_ignores:
|
||||
|
||||
Reference in New Issue
Block a user