Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#13088)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel McCloy <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and drammock authored Jan 27, 2025
1 parent 4037ead commit 45fb777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Ruff mne
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
name: ruff lint mne
Expand All @@ -23,7 +23,7 @@ repos:

# Codespell
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion mne/_fiff/proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ def _has_eeg_average_ref_proj(


def _needs_eeg_average_ref_proj(info):
"""Determine if the EEG needs an averge EEG reference.
"""Determine if the EEG needs an average EEG reference.
This returns True if no custom reference has been applied and no average
reference projection is present in the list of projections.
Expand Down

0 comments on commit 45fb777

Please sign in to comment.