Skip to content

Commit ffd47c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.12.10](astral-sh/ruff-pre-commit@v0.11.9...v0.12.10)
1 parent 5b12504 commit ffd47c8

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
@@ -5,14 +5,14 @@ repos:
55
- id: "check-useless-excludes"
66

77
- repo: "https://github.com/pre-commit/pre-commit-hooks"
8-
rev: "v5.0.0"
8+
rev: "v6.0.0"
99
hooks:
1010
- id: "check-added-large-files"
1111
- id: "check-merge-conflict"
1212
- id: "check-yaml"
1313

1414
- repo: "https://github.com/astral-sh/ruff-pre-commit"
15-
rev: "v0.11.9"
15+
rev: "v0.12.10"
1616
hooks:
1717
- id: "ruff"
1818
args: ["--fix"]

0 commit comments

Comments
 (0)