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
π fix(coverage): remove dead _strip_ansi_colors path
After consolidating the ANSI stripping into _mk_sub_command's
version guard, the stripped parameter in _build_sub_cmd_title
became dead code β its only caller always passed stripped=True.
This left _strip_ansi_colors unreachable on Python <3.14, failing
coverage on those versions.
0 commit comments