We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d66d8a commit cfa3180Copy full SHA for cfa3180
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ repos:
13
- id: check-merge-conflict
14
- id: check-vcs-permalinks
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.9.1
+ rev: v0.9.6
17
hooks:
18
- id: ruff
19
args: [ --fix ]
20
exclude: = ["doc", "tools"]
21
- id: ruff-format
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.14.1
+ rev: v1.15.0
25
26
- id: mypy
27
# Sync with project.optional-dependencies.typing
@@ -36,7 +36,7 @@ repos:
36
args: ["nibabel"]
37
pass_filenames: false
38
- repo: https://github.com/codespell-project/codespell
39
- rev: v2.3.0
+ rev: v2.4.1
40
41
- id: codespell
42
additional_dependencies:
0 commit comments