Skip to content

Commit 8c153a4

Browse files
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.13.0 (#599)
* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.13.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 406af55 commit 8c153a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.12.12
21+
rev: v0.13.0
2222
hooks:
2323
- id: ruff
2424
args: [--fix]

tests/unit/test_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_git_env(mocker, environ):
7171

7272
git.commit(env={"C": "E", "F": "G"})
7373

74-
_, kwargs = run.call_args_list[0]
74+
_, _kwargs = run.call_args_list[0]
7575

7676
env = run.call_args_list[0].kwargs["env"]
7777
assert env["A"] == "B"

0 commit comments

Comments
 (0)