We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b010962 commit 8f30612Copy full SHA for 8f30612
2 files changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: trailing-whitespace
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.11.8
+ rev: v0.12.2
17
hooks:
18
- id: ruff
19
args: [ --fix ]
cz_version_bump/git.py
@@ -2,7 +2,7 @@
2
3
4
def repo_name_from_git_remote() -> str:
5
- git_remote_output = subprocess.run( # noqa: S603
+ git_remote_output = subprocess.run(
6
("git", "remote", "-v"),
7
stdout=subprocess.PIPE,
8
text=True,
0 commit comments