From 90b7fd306eb28391e528565749a07fcfab587dda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:06:52 +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.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.16.5) --- .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..2a893de 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.5 hooks: - id: ruff args: ["--fix", "--show-fixes"] From d065d6fdb794184391843146f119e90af2723488 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:07:26 +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]