Skip to content

Commit 9b79e63

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.3...v0.14.5) - [github.com/scientific-python/cookie: 2025.10.20 → 2025.11.10](scientific-python/cookie@2025.10.20...2025.11.10)
1 parent 41443c9 commit 9b79e63

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
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.34.1
25+
rev: 0.35.0
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -73,7 +73,7 @@ repos:
7373
- id: rst-inline-touching-normal
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.14.3
76+
rev: v0.14.5
7777
hooks:
7878
- id: ruff-check
7979
types_or: [python, jupyter]
@@ -82,7 +82,7 @@ repos:
8282
types_or: [python, jupyter]
8383

8484
- repo: https://github.com/scientific-python/cookie
85-
rev: "2025.10.20"
85+
rev: "2025.11.10"
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)