Skip to content

Commit 7a22481

Browse files
authored
Merge pull request #179 from AFM-SPM/pre-commit-ci-update-config
[pre-commit.ci] pre-commit-autoupdate I fixed the mis-alignment in #182
2 parents 5adf390 + 0346d60 commit 7a22481

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)