Skip to content

Commit 0e4def7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 501d80c commit 0e4def7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/setuptools_scm/git.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ def _git_parse_inner(
232232
)
233233

234234

235-
def _git_parse_describe(describe_output: str) -> tuple[str, int | None, str | None, bool]:
235+
def _git_parse_describe(
236+
describe_output: str,
237+
) -> tuple[str, int | None, str | None, bool]:
236238
# 'describe_output' looks e.g. like 'v1.5.0-0-g4060507' or
237239
# 'v1.15.1rc1-37-g9bd1298-dirty'.
238240
# It may also just be a bare tag name if this is a tagged commit and we are

0 commit comments

Comments
 (0)