From b382007f1fc2fb55ef7c4d8fe3ea0c655010b68f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:50:27 +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/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.1...0.36.2) - [github.com/tox-dev/pyproject-fmt: v2.14.2 → v2.16.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.14.2...v2.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.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 42ff12c..faa0abd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.36.2 hooks: - id: check-github-workflows args: ["--verbose"] @@ -20,11 +20,11 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.14.2" + rev: "v2.16.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.0" + rev: "v0.15.1" hooks: - id: ruff-format - id: ruff From fb203ec168a7e170637494b6728cb983e09cc179 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:50:50 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c18f9b1..4ce190b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,8 @@ optional-dependencies.testing = [ ] urls."Bug Tracker" = "https://github.com/tox-dev/pre-commit-uv/issues" urls."Changelog" = "https://github.com/tox-dev/pre-commit-uv/releases" -urls.Documentation = "https://github.com/tox-dev/pre-commit-uv/" urls."Source Code" = "https://github.com/tox-dev/pre-commit-uv" +urls.Documentation = "https://github.com/tox-dev/pre-commit-uv/" [tool.hatch] build.dev-mode-dirs = [ @@ -111,8 +111,10 @@ ini_options.testpaths = [ ] [tool.coverage] -html.show_contexts = true -html.skip_covered = false +run.parallel = true +run.plugins = [ + "covdefaults", +] paths.source = [ "src", ".tox/*/.venv/lib/*/site-packages", @@ -123,10 +125,8 @@ paths.source = [ "**\\src", ] report.fail_under = 63 -run.parallel = true -run.plugins = [ - "covdefaults", -] +html.show_contexts = true +html.skip_covered = false [tool.mypy] show_error_codes = true