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 554519b commit d267b4dCopy full SHA for d267b4d
.pre-commit-config.yaml
@@ -7,15 +7,15 @@ repos:
7
8
# Ruff mne
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.0.291
+ rev: v0.0.292
11
hooks:
12
- id: ruff
13
name: ruff mne
14
files: ^mne/
15
16
# Ruff tutorials and examples
17
18
19
20
21
name: ruff tutorials and examples
@@ -26,7 +26,7 @@ repos:
26
27
# Codespell
28
- repo: https://github.com/codespell-project/codespell
29
- rev: v2.2.5
+ rev: v2.2.6
30
31
- id: codespell
32
additional_dependencies:
ignore_words.txt
@@ -37,3 +37,4 @@ shs
37
pres
38
aas
39
vor
40
+connec
0 commit comments