From 41937870c891a58e5eaf43a9a46186fe85ae84cb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:13:19 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/24.10.0...26.5.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c1ae69..0fac065 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer -- repo: https://github.com/psf/black - rev: 24.10.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black # - repo: https://github.com/kynan/nbstripout From 829d3f7da414ff948bfdf4fc90e63850dabf1852 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:13:37 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- book/notebooks/OM4_SE_animation.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/book/notebooks/OM4_SE_animation.ipynb b/book/notebooks/OM4_SE_animation.ipynb index d3aa6df..9dd7445 100644 --- a/book/notebooks/OM4_SE_animation.ipynb +++ b/book/notebooks/OM4_SE_animation.ipynb @@ -3202,6 +3202,7 @@ "source": [ "from matplotlib.animation import FuncAnimation, PillowWriter\n", "\n", + "\n", "def update_frame(i, plot_func, fig, len_idx):\n", " # Clear the current figure to prepare for the next frame's plot.\n", " plt.clf()\n",