Skip to content

Commit 3334449

Browse files
chore: update pre-commit hooks (#5147)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Robert Timms <[email protected]>
1 parent 123aff7 commit 3334449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: "v0.12.5"
7+
rev: "v0.12.8"
88
hooks:
99
- id: ruff
1010
args: [--fix, --show-fixes]
@@ -19,7 +19,7 @@ repos:
1919
additional_dependencies: [black==23.*]
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict

0 commit comments

Comments
 (0)