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 5fed2b6 commit 2cc3715Copy full SHA for 2cc3715
1 file changed
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
# Ruff mne
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.12.1
+ rev: v0.12.2
5
hooks:
6
- - id: ruff
+ - id: ruff-check
7
name: ruff lint mne
8
args: ["--fix"]
9
files: ^mne/|^tools/
10
exclude: vulture_allowlist.py
11
12
name: ruff lint mne preview
13
args: ["--fix", "--preview", "--select=NPY201"]
14
15
16
name: ruff lint doc, tutorials, and examples
17
# D103: missing docstring in public function
18
# D400: docstring first line must end with period
@@ -82,7 +82,7 @@ repos:
82
83
# zizmor
84
- repo: https://github.com/woodruffw/zizmor-pre-commit
85
- rev: v1.10.0
+ rev: v1.11.0
86
87
- id: zizmor
88
0 commit comments