Skip to content

Commit 5da5f5b

Browse files
style: pre-commit fixes
1 parent acccdd7 commit 5da5f5b

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
@@ -3,7 +3,7 @@
33

44
def repo_name_from_git_remote() -> str:
55
git_remote_output = subprocess.run(
6-
("git", "remote", "-v"), # noqa: S607
6+
("git", "remote", "-v"),
77
stdout=subprocess.PIPE,
88
text=True,
99
check=False,

0 commit comments

Comments
 (0)