8000
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 618932d commit a745fdcCopy full SHA for a745fdc
.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.11.0
+ rev: v0.11.4
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.36.2
+ rev: v1.37.0
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.5.1
+ rev: v1.5.2
86
87
- id: zizmor
88
0 commit comments