Commit 4374329 1 parent ccccf9c commit 4374329 Copy full SHA for 4374329
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.8 .0
3
+ rev : 25.1 .0
4
4
hooks :
5
5
- id : black
6
6
args : [--quiet]
7
7
8
8
- repo : https://github.com/pycqa/isort
9
- rev : 5.13.2
9
+ rev : 6.0.0
10
10
hooks :
11
11
- id : isort
12
12
name : isort (python)
@@ -15,14 +15,14 @@ repos:
15
15
types : [cython]
16
16
17
17
- repo : https://github.com/MarcoGorelli/cython-lint
18
- rev : v0.16.2
18
+ rev : v0.16.6
19
19
hooks :
20
20
- id : cython-lint
21
21
- id : double-quote-cython-strings
22
22
23
23
# Ruff treeple
24
24
- repo : https://github.com/astral-sh/ruff-pre-commit
25
- rev : v0.6.9
25
+ rev : v0.9.7
26
26
hooks :
27
27
- id : ruff
28
28
name : ruff treeple
31
31
32
32
# Ruff tutorials and examples
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : v0.6.9
34
+ rev : v0.9.7
35
35
hooks :
36
36
- id : ruff
37
37
name : ruff tutorials and examples
42
42
43
43
# Codespell
44
44
- repo : https://github.com/codespell-project/codespell
45
- rev : v2.3.0
45
+ rev : v2.4.1
46
46
hooks :
47
47
- id : codespell
48
48
additional_dependencies :
@@ -59,15 +59,15 @@ repos:
59
59
60
60
# toml-sort
61
61
- repo : https://github.com/pappasam/toml-sort
62
- rev : v0.23.1
62
+ rev : v0.24.2
63
63
hooks :
64
64
- id : toml-sort
65
65
files : ^pyproject\.toml$
66
66
args : ['-i']
67
67
68
68
# mypy
69
69
- repo : https://github.com/pre-commit/mirrors-mypy
70
- rev : v1.11.2
70
+ rev : v1.15.0
71
71
hooks :
72
72
- id : mypy
73
73
# Avoid the conflict between mne/__init__.py and mne/__init__.pyi by ignoring the former
You can’t perform that action at this time.
0 commit comments