Skip to content

Commit d99bf2f

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.12...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/scientific-python/cookie: 2026.04.04 → 2026.06.18](scientific-python/cookie@2026.04.04...2026.06.18) - [github.com/numpy/numpydoc: v1.10.0 → v1.11.0rc0](numpy/numpydoc@v1.10.0...v1.11.0rc0)
1 parent b08b971 commit d99bf2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040

4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.15.12"
43+
rev: "v0.15.20"
4444
hooks:
4545
- id: ruff-check
4646
types: [file, python]
@@ -72,7 +72,7 @@ repos:
7272
types: [file, python]
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: 'v1.20.2'
75+
rev: 'v2.1.0'
7676
hooks:
7777
- id: mypy
7878
exclude: 'noxfile\.py|docs/conf\.py'
@@ -84,14 +84,14 @@ repos:
8484
- id: validate-pyproject
8585

8686
- repo: https://github.com/scientific-python/cookie
87-
rev: 2026.04.04
87+
rev: 2026.06.18
8888
hooks:
8989
- id: sp-repo-review
9090
additional_dependencies: ["repo-review[cli]"]
9191
args: ["--show=errskip"]
9292

9393
- repo: https://github.com/numpy/numpydoc
94-
rev: v1.10.0
94+
rev: v1.11.0rc0
9595
hooks:
9696
- id: numpydoc-validation
9797
types: [file, python]

0 commit comments

Comments
 (0)