Skip to content

Commit df32f66

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.14.7](astral-sh/ruff-pre-commit@v0.6.4...v0.14.7) - [github.com/henryiii/validate-pyproject-schema-store: 2024.08.26 → 2025.11.21](henryiii/validate-pyproject-schema-store@2024.08.26...2025.11.21) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.35.0](python-jsonschema/check-jsonschema@0.29.2...0.35.0)
1 parent d0dd5a5 commit df32f66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: "v4.6.0"
7+
rev: "v6.0.0"
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.6.4
24+
rev: v0.14.7
2525
hooks:
2626
- id: ruff
2727
args: ["--fix", "--show-fixes"]
@@ -30,12 +30,12 @@ repos:
3030
exclude: "$sphinxcontrib/moderncmakedomain/(cmake|colors).py$"
3131

3232
- repo: https://github.com/henryiii/validate-pyproject-schema-store
33-
rev: 2024.08.26
33+
rev: 2025.11.21
3434
hooks:
3535
- id: validate-pyproject
3636

3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.29.2
38+
rev: 0.35.0
3939
hooks:
4040
- id: check-dependabot
4141
- id: check-github-workflows

0 commit comments

Comments
 (0)