Skip to content

Commit 00d7de1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f4d5f21 commit 00d7de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cz_version_bump/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def repo_name_from_git_remote() -> str:
5-
git_remote_output = subprocess.run( # noqa: S603
5+
git_remote_output = subprocess.run(
66
("git", "remote", "-v"),
77
stdout=subprocess.PIPE,
88
text=True,

0 commit comments

Comments
 (0)