Commit 00f647e
FIX: resolve ruff style failures blocking CI
- doc/conf.py line 675: split `return orig_pooch_fetch(...)` string
literal across multiple lines to stay within the 88-char limit (E501)
- mne/parallel.py: move docstring before the emscripten early-return so
it is the first statement in the function (required by pydocstyle/ruff)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8a27d6d commit 00f647e
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
676 | 678 | | |
677 | 679 | | |
678 | 680 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments