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
match=f"Expected tag_regex '{re.escape(tag_regex)}' to contain a single match group or a group named 'version' to identify the version part of any tag.",
113
+
match=(
114
+
f"Expected tag_regex '{re.escape(tag_regex)}' to contain a single match"
115
+
" group or a group named 'version' to identify the version part of any"
0 commit comments