We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--tb
1 parent e05d478 commit e7a355dCopy full SHA for e7a355d
1 file changed
mypy/main.py
@@ -1124,6 +1124,9 @@ def add_invertible_flag(
1124
help="Show traceback on fatal error",
1125
group=internals_group,
1126
)
1127
+ internals_group.add_argument(
1128
+ "--tb", dest="show_traceback", action="store_true", help=argparse.SUPPRESS
1129
+ )
1130
internals_group.add_argument(
1131
"--raise-exceptions", action="store_true", help="Raise exception on fatal error"
1132
0 commit comments