Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#792)
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: Richard Höchenberger <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and hoechenberger authored Oct 4, 2023
1 parent f781b59 commit 754c85f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repos:
- --safe
- --quiet
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/v1.0.md.inc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Changes were only tracked starting April 15, 2021.
[`ssp_reject_ecg`][mne_bids_pipeline._config.ssp_reject_ecg].
(#392 by @agramfort, @dengemann,
@apmellot and @hoechenberger)
- You can now use autoreject for exclusing artifacts before SSP estimation via
- You can now use autoreject for excluding artifacts before SSP estimation via
the `autoreject_global` option in [`ssp_reject_eog`][mne_bids_pipeline._config.ssp_reject_eog]
and [`ssp_reject_ecg`][mne_bids_pipeline._config.ssp_reject_ecg].
(#396 by @agramfort, @dengemann,
Expand Down
2 changes: 1 addition & 1 deletion mne_bids_pipeline/steps/init/_01_init_derivatives_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def main(*, config):
"""Initialize the output directories."""
init_dataset(cfg=get_config(config=config))
# Don't bother with parallelization here as I/O operations are generally
# not well paralellized (and this should be very fast anyway)
# not well parallelized (and this should be very fast anyway)
for subject in get_subjects(config):
for session in get_sessions(config):
init_subject_dirs(
Expand Down

0 comments on commit 754c85f

Please sign in to comment.