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 b43f4d4 commit b6cd5f4Copy full SHA for b6cd5f4
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Ruff mne
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.9.10
+ rev: v0.11.0
5
hooks:
6
- id: ruff
7
name: ruff lint mne
@@ -33,7 +33,7 @@ repos:
33
34
# yamllint
35
- repo: https://github.com/adrienverge/yamllint.git
36
- rev: v1.35.1
+ rev: v1.36.2
37
38
- id: yamllint
39
args: [--strict, -c, .yamllint.yml]
@@ -82,7 +82,7 @@ repos:
82
83
# zizmor
84
- repo: https://github.com/woodruffw/zizmor-pre-commit
85
- rev: v1.4.1
+ rev: v1.5.1
86
87
- id: zizmor
88
0 commit comments