From 88d512b1b7eaa10f12a35fc60e77098d75922578 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:03:13 +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/mirrors-mypy: v2.1.0 → v2.3.1](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.16.6) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c48ee..da018b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.1 hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.16.6 hooks: - id: ruff args: ["--fix", "--show-fixes"] From 69e86bf04fcbf8f16536bdb6e72015863fece542 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:03:30 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5f4380d..541ea4f 100644 --- a/Readme.md +++ b/Readme.md @@ -64,8 +64,14 @@ labelLine( ha="right", backgroundcolor="none", ) -labelLines(lines[:-1], xvals=0.85, yoffsets=0.01, align=False, - ha="right", backgroundcolor="none") +labelLines( + lines[:-1], + xvals=0.85, + yoffsets=0.01, + align=False, + ha="right", + backgroundcolor="none", +) # labelLines also supports log-scaled x-axes ax = axes[4]