Skip to content

Commit 86f664b

Browse files
chore: update pre-commit hooks (#183)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/scientific-python/cookie: 2025.11.21 → 2026.03.02](scientific-python/cookie@2025.11.21...2026.03.02) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 760a80c commit 86f664b

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
@@ -53,7 +53,7 @@ repos:
5353
- id: trailing-whitespace
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: "v0.14.14"
56+
rev: "v0.15.4"
5757
hooks:
5858
- id: ruff-check
5959
types: [file, python]
@@ -88,12 +88,12 @@ repos:
8888

8989
- repo: https://github.com/abravalheri/validate-pyproject
9090
# More exhaustive than Ruff RUF200.
91-
rev: "v0.24.1"
91+
rev: "v0.25"
9292
hooks:
9393
- id: validate-pyproject
9494

9595
- repo: https://github.com/scientific-python/cookie
96-
rev: 2025.11.21
96+
rev: 2026.03.02
9797
hooks:
9898
- id: sp-repo-review
9999
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)