Skip to content

Commit 21bd497

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.1](rbubley/mirrors-prettier@v3.6.2...v3.8.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.6](astral-sh/ruff-pre-commit@v0.13.3...v0.15.6) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.37.0](python-jsonschema/check-jsonschema@0.34.0...0.37.0) - [github.com/scientific-python/cookie: 2025.10.01 → 2026.03.02](scientific-python/cookie@2025.10.01...2026.03.02)
1 parent 0823439 commit 21bd497

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ repos:
3838
- id: rst-inline-touching-normal
3939

4040
- repo: https://github.com/rbubley/mirrors-prettier
41-
rev: "v3.6.2"
41+
rev: "v3.8.1"
4242
hooks:
4343
- id: prettier
4444
types_or: [yaml, markdown, html, css, scss, javascript, json]
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.13.3"
48+
rev: "v0.15.6"
4949
hooks:
5050
- id: ruff-check
5151
args: ["--fix", "--show-fixes"]
5252
- id: ruff-format
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.18.2"
55+
rev: "v1.19.1"
5656
hooks:
5757
- id: mypy
5858
files: src|tests
@@ -61,7 +61,7 @@ repos:
6161
- pytest
6262

6363
- repo: https://github.com/codespell-project/codespell
64-
rev: "v2.4.1"
64+
rev: "v2.4.2"
6565
hooks:
6666
- id: codespell
6767

@@ -79,19 +79,19 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/abravalheri/validate-pyproject
82-
rev: "v0.24.1"
82+
rev: "v0.25"
8383
hooks:
8484
- id: validate-pyproject
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.37.0"
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: "2026.03.02"
9696
hooks:
9797
- id: sp-repo-review

0 commit comments

Comments
 (0)