From 8538424c2e8de6d5de6c8740790851f882fbb005 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:47:01 +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/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...v0.15.20) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.1) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...0.37.4) - [github.com/zizmorcore/zizmor-pre-commit: v1.23.1 → v1.26.1](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.23.1...v1.26.1) - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.25.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.21.0...v2.25.1) - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.9.4](https://github.com/rbubley/mirrors-prettier/compare/v3.8.1...v3.9.4) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6c446df..77b243c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.20 hooks: - id: ruff-check args: [--exit-non-zero-on-fix] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black @@ -27,7 +27,7 @@ repos: exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-workflows - id: check-renovate @@ -38,12 +38,12 @@ repos: - id: actionlint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.23.1 + rev: v1.26.1 hooks: - id: zizmor - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.21.0 + rev: v2.25.1 hooks: - id: pyproject-fmt @@ -63,7 +63,7 @@ repos: - id: yamlfmt - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.9.4 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] From 79b65f42ccdf65a0e400ef9ba5a005a35c7bd598 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:47:13 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2777399..1843da19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,15 +100,15 @@ lint.future-annotations = true max_supported_python = "3.15" [tool.mypy] -pretty = true strict = true +pretty = true show_error_codes = true [tool.pytest] -minversion = "9.0" addopts = [ "--color=yes" ] -testpaths = [ "tests" ] filterwarnings = [ "error" ] +minversion = "9.0" +testpaths = [ "tests" ] [tool.coverage] # Regexes for lines to exclude from consideration