We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ef9aa commit 21a185fCopy full SHA for 21a185f
.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.3
+ rev: v0.9.4
5
hooks:
6
- id: ruff
7
name: ruff lint mne
@@ -23,7 +23,7 @@ repos:
23
24
# Codespell
25
- repo: https://github.com/codespell-project/codespell
26
- rev: v2.4.0
+ rev: v2.4.1
27
28
- id: codespell
29
additional_dependencies:
@@ -82,7 +82,7 @@ repos:
82
83
# zizmor
84
- repo: https://github.com/woodruffw/zizmor-pre-commit
85
- rev: v1.2.2
+ rev: v1.3.0
86
87
- id: zizmor
88
0 commit comments