File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
# Ruff mne
3
3
- repo : https://github.com/astral-sh/ruff-pre-commit
4
- rev : v0.12.1
4
+ rev : v0.12.2
5
5
hooks :
6
- - id : ruff
6
+ - id : ruff-check
7
7
name : ruff lint mne
8
8
args : ["--fix"]
9
9
files : ^mne/|^tools/
10
10
exclude : vulture_allowlist.py
11
- - id : ruff
11
+ - id : ruff-check
12
12
name : ruff lint mne preview
13
13
args : ["--fix", "--preview", "--select=NPY201"]
14
14
files : ^mne/|^tools/
15
- - id : ruff
15
+ - id : ruff-check
16
16
name : ruff lint doc, tutorials, and examples
17
17
# D103: missing docstring in public function
18
18
# D400: docstring first line must end with period
82
82
83
83
# zizmor
84
84
- repo : https://github.com/woodruffw/zizmor-pre-commit
85
- rev : v1.10 .0
85
+ rev : v1.11 .0
86
86
hooks :
87
87
- id : zizmor
88
88
You can’t perform that action at this time.
0 commit comments