Skip to content

Commit 2064247

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.5...v0.14.11) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/scientific-python/cookie: 2025.11.10 → 2025.11.21](scientific-python/cookie@2025.11.10...2025.11.21) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0)
1 parent f6d2d1c commit 2064247

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
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.14.5"
54+
rev: "v0.14.11"
5555
hooks:
5656
- id: ruff-check
5757
types: [file, python]
@@ -79,7 +79,7 @@ repos:
7979
types: [file, python]
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: 'v1.18.2'
82+
rev: 'v1.19.1'
8383
hooks:
8484
- id: mypy
8585
exclude: 'noxfile\.py|docs/src/conf\.py|^benchmarks'
@@ -91,14 +91,14 @@ repos:
9191
- id: validate-pyproject
9292

9393
- repo: https://github.com/scientific-python/cookie
94-
rev: 2025.11.10
94+
rev: 2025.11.21
9595
hooks:
9696
- id: sp-repo-review
9797
additional_dependencies: ["repo-review[cli]"]
9898
args: ["--show=errskip"]
9999

100100
- repo: https://github.com/numpy/numpydoc
101-
rev: v1.9.0
101+
rev: v1.10.0
102102
hooks:
103103
- id: numpydoc-validation
104104
types: [file, python]

0 commit comments

Comments
 (0)