Skip to content

Commit 49b5368

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.3...v0.14.10) - [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.10.20 → 2025.11.21](scientific-python/cookie@2025.10.20...2025.11.21) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0)
1 parent 8207dd3 commit 49b5368

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
@@ -6,7 +6,7 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.3
9+
rev: v0.14.10
1010
hooks:
1111
- id: ruff-check
1212
args: ["--fix", "--show-fixes"]
@@ -23,7 +23,7 @@ repos:
2323
exclude: mkdocs.yml
2424
- id: trailing-whitespace
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.18.2
26+
rev: v1.19.1
2727
hooks:
2828
- id: mypy
2929
files: src|tests
@@ -42,7 +42,7 @@ repos:
4242
- hypothesis
4343
- s3fs
4444
- repo: https://github.com/scientific-python/cookie
45-
rev: 2025.10.20
45+
rev: 2025.11.21
4646
hooks:
4747
- id: sp-repo-review
4848
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -51,7 +51,7 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/numpy/numpydoc
54-
rev: v1.9.0
54+
rev: v1.10.0
5555
hooks:
5656
- id: numpydoc-validation
5757
- repo: https://github.com/twisted/towncrier

0 commit comments

Comments
 (0)