You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow the use of --show-traceback and --pdb with stubtest (#18037)
Mypy's error handling suggests using -`-show-traceback` and `--pdb` for
more information, and this can occur while running stubtest. This MR
adds support for both flags to stubtest so that the suggestions can be
followed without needing to figure out the equivalent mypy invocation
first.
0 commit comments