From 0418e5b8d9dadc8efe81a9637700d34a84cb0cc0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:32:27 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d251309fb8..4df32d4d291 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Ruff mne - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff-check name: ruff lint mne From 530f64e1347409748303b6566f5dd99f1d0ff289 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:32:54 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mne/io/hitachi/hitachi.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mne/io/hitachi/hitachi.py b/mne/io/hitachi/hitachi.py index 9d8e27ba20d..69912a11ea1 100644 --- a/mne/io/hitachi/hitachi.py +++ b/mne/io/hitachi/hitachi.py @@ -122,10 +122,12 @@ def _read_segment_file(self, data, idx, fi, start, stop, cals, mult): this_probe["keep_mask"], this_probe["bounds"], sep=",", - replace=lambda x: x.replace("\r", "\n") - .replace("\n\n", "\n") - .replace("\n", ",") - .replace(":", ""), + replace=lambda x: ( + x.replace("\r", "\n") + .replace("\n\n", "\n") + .replace("\n", ",") + .replace(":", "") + ), ).T ) this_data = np.concatenate(this_data, axis=0) From bb8ed69744ad7efdef54be50c47e28236faaf2c3 Mon Sep 17 00:00:00 2001 From: "mne[bot]" <50266005+mne-bot@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:25:51 +0000 Subject: [PATCH 3/3] mne[bot] Push commit to run CircleCI