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.
1 parent 501d80c commit 0e4def7Copy full SHA for 0e4def7
src/setuptools_scm/git.py
@@ -232,7 +232,9 @@ def _git_parse_inner(
232
)
233
234
235
-def _git_parse_describe(describe_output: str) -> tuple[str, int | None, str | None, bool]:
+def _git_parse_describe(
236
+ describe_output: str,
237
+) -> tuple[str, int | None, str | None, bool]:
238
# 'describe_output' looks e.g. like 'v1.5.0-0-g4060507' or
239
# 'v1.15.1rc1-37-g9bd1298-dirty'.
240
# It may also just be a bare tag name if this is a tagged commit and we are
0 commit comments