File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
exclude : " .*/data/.*"
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.4 .0
4
+ rev : v4.6 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
@@ -13,15 +13,18 @@ repos:
13
13
- id : check-merge-conflict
14
14
- id : check-vcs-permalinks
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : v0.3 .4
16
+ rev : v0.6 .4
17
17
hooks :
18
18
- id : ruff
19
- args : [--fix, --show-fixes, --exit-non-zero-on- fix]
19
+ args : [ --fix ]
20
20
exclude : = ["doc", "tools"]
21
21
- id : ruff-format
22
22
exclude : = ["doc", "tools"]
23
+ - id : ruff
24
+ args : [ --select, ISC001, --fix ]
25
+ exclude : = ["doc", "tools"]
23
26
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.5.1
27
+ rev : v1.11.2
25
28
hooks :
26
29
- id : mypy
27
30
# Sync with project.optional-dependencies.typing
36
39
args : ["nibabel"]
37
40
pass_filenames : false
38
41
- repo : https://github.com/codespell-project/codespell
39
- rev : v2.2.6
42
+ rev : v2.3.0
40
43
hooks :
41
44
- id : codespell
42
45
additional_dependencies :
You can’t perform that action at this time.
0 commit comments