Skip to content

Commit 2cc3715

Browse files
[pre-commit.ci] pre-commit autoupdate (#13311)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 5fed2b6 commit 2cc3715

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
# Ruff mne
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.1
4+
rev: v0.12.2
55
hooks:
6-
- id: ruff
6+
- id: ruff-check
77
name: ruff lint mne
88
args: ["--fix"]
99
files: ^mne/|^tools/
1010
exclude: vulture_allowlist.py
11-
- id: ruff
11+
- id: ruff-check
1212
name: ruff lint mne preview
1313
args: ["--fix", "--preview", "--select=NPY201"]
1414
files: ^mne/|^tools/
15-
- id: ruff
15+
- id: ruff-check
1616
name: ruff lint doc, tutorials, and examples
1717
# D103: missing docstring in public function
1818
# D400: docstring first line must end with period
@@ -82,7 +82,7 @@ repos:
8282

8383
# zizmor
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit
85-
rev: v1.10.0
85+
rev: v1.11.0
8686
hooks:
8787
- id: zizmor
8888

0 commit comments

Comments
 (0)