Skip to content

Commit 0346d60

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.20.0](DavidAnson/markdownlint-cli2@v0.19.1...v0.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 8d51da8 commit 0346d60

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
types: [python, yaml, markdown]
2121

2222
- repo: https://github.com/DavidAnson/markdownlint-cli2
23-
rev: v0.19.1
23+
rev: v0.20.0
2424
hooks:
2525
- id: markdownlint-cli2
2626
args: []
@@ -33,13 +33,13 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.14.7
36+
rev: v0.14.10
3737
hooks:
3838
- id: ruff
3939
args: [ --fix, --exit-non-zero-on-fix ]
4040

4141
- repo: https://github.com/psf/black-pre-commit-mirror
42-
rev: 25.11.0
42+
rev: 25.12.0
4343
hooks:
4444
- id: black
4545
types: [python]
@@ -53,12 +53,12 @@ repos:
5353
- id: nbstripout
5454

5555
- repo: https://github.com/numpy/numpydoc
56-
rev: v1.9.0
56+
rev: v1.10.0
5757
hooks:
5858
- id: numpydoc-validation
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.19.0
61+
rev: v1.19.1
6262
hooks:
6363
- id: mypy
6464
args: [--ignore-missing-imports] # default but useful to be explicit

0 commit comments

Comments
 (0)