Skip to content

Commit 278fd48

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.9](astral-sh/ruff-pre-commit@v0.13.2...v0.14.9) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [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.05.02 → 2025.11.21](scientific-python/cookie@2025.05.02...2025.11.21) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0)
1 parent 2bf4dea commit 278fd48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.13.2"
41+
rev: "v0.14.9"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -56,7 +56,7 @@ repos:
5656

5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: '6.0.1'
59+
rev: '7.0.0'
6060
hooks:
6161
- id: isort
6262
name: isort (cython)
@@ -70,7 +70,7 @@ repos:
7070
types: [file, python]
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: 'v1.18.2'
73+
rev: 'v1.19.1'
7474
hooks:
7575
- id: mypy
7676
exclude: 'noxfile\.py|docs/conf\.py'
@@ -82,14 +82,14 @@ repos:
8282
- id: validate-pyproject
8383

8484
- repo: https://github.com/scientific-python/cookie
85-
rev: 2025.05.02
85+
rev: 2025.11.21
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]
8989
args: ["--show=errskip"]
9090

9191
- repo: https://github.com/numpy/numpydoc
92-
rev: v1.9.0
92+
rev: v1.10.0
9393
hooks:
9494
- id: numpydoc-validation
9595
types: [file, python]

0 commit comments

Comments
 (0)