Skip to content

Commit f9df149

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.3...v0.14.2) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/scientific-python/cookie: 2025.10.01 → 2025.10.20](scientific-python/cookie@2025.10.01...2025.10.20)
1 parent 0823439 commit f9df149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.13.3"
48+
rev: "v0.14.2"
4949
hooks:
5050
- id: ruff-check
5151
args: ["--fix", "--show-fixes"]
@@ -85,13 +85,13 @@ repos:
8585
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8686

8787
- repo: https://github.com/python-jsonschema/check-jsonschema
88-
rev: "0.34.0"
88+
rev: "0.34.1"
8989
hooks:
9090
- id: check-dependabot
9191
- id: check-github-workflows
9292
- id: check-readthedocs
9393

9494
- repo: https://github.com/scientific-python/cookie
95-
rev: "2025.10.01"
95+
rev: "2025.10.20"
9696
hooks:
9797
- id: sp-repo-review

0 commit comments

Comments
 (0)