Skip to content

Commit 8f30612

Browse files
[pre-commit.ci] pre-commit autoupdate (#114)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b010962 commit 8f30612

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.11.8
16+
rev: v0.12.2
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

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)