File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
# Ruff mne
3
3
- repo : https://github.com/astral-sh/ruff-pre-commit
4
- rev : v0.9.2
4
+ rev : v0.9.3
5
5
hooks :
6
6
- id : ruff
7
7
name : ruff lint mne
23
23
24
24
# Codespell
25
25
- repo : https://github.com/codespell-project/codespell
26
- rev : v2.3 .0
26
+ rev : v2.4 .0
27
27
hooks :
28
28
- id : codespell
29
29
additional_dependencies :
Original file line number Diff line number Diff line change @@ -1100,7 +1100,7 @@ def _has_eeg_average_ref_proj(
1100
1100
1101
1101
1102
1102
def _needs_eeg_average_ref_proj (info ):
1103
- """Determine if the EEG needs an averge EEG reference.
1103
+ """Determine if the EEG needs an average EEG reference.
1104
1104
1105
1105
This returns True if no custom reference has been applied and no average
1106
1106
reference projection is present in the list of projections.
You can’t perform that action at this time.
0 commit comments