Skip to content

Commit 05f20de

Browse files
committed
Apply new black version formatting
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8ddfe12 commit 05f20de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/repo/config/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _build_tags(tags: list[str]) -> dict[str, semver.Version]:
9999
"""
100100

101101
def tag_not_none(
102-
tag: tuple[str, semver.Version | None]
102+
tag: tuple[str, semver.Version | None],
103103
) -> TypeGuard[tuple[str, semver.Version]]:
104104
return tag[1] is not None
105105

@@ -126,7 +126,7 @@ def _build_branches(branches: list[str]) -> dict[str, BranchVersion]:
126126
"""
127127

128128
def branch_not_none(
129-
branch: tuple[str, BranchVersion | None]
129+
branch: tuple[str, BranchVersion | None],
130130
) -> TypeGuard[tuple[str, BranchVersion]]:
131131
return branch[1] is not None
132132

0 commit comments

Comments
 (0)