Skip to content

Commit cfa3180

Browse files
committed
chore: pre-commit autoupdate
1 parent 9d66d8a commit cfa3180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repos:
1313
- id: check-merge-conflict
1414
- id: check-vcs-permalinks
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.9.1
16+
rev: v0.9.6
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]
2020
exclude: = ["doc", "tools"]
2121
- id: ruff-format
2222
exclude: = ["doc", "tools"]
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.14.1
24+
rev: v1.15.0
2525
hooks:
2626
- id: mypy
2727
# Sync with project.optional-dependencies.typing
@@ -36,7 +36,7 @@ repos:
3636
args: ["nibabel"]
3737
pass_filenames: false
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.3.0
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell
4242
additional_dependencies:

0 commit comments

Comments
 (0)