From 2ef2d217d27bbb6c18e1693194493e7e1073d30e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:14:29 +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/tox-dev/pyproject-fmt: v2.11.1 → v2.15.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.11.1...v2.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.0) --- .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 72da62c..ad56192 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.11.1" + rev: "v2.15.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.0" hooks: - id: ruff-format - id: ruff From cc47b8fd5e558348b4fbd1d765efa3eda179866c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:15:40 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8e2711..9c187d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,20 +94,16 @@ count = true max_supported_python = "3.13" [tool.coverage] -run.source = [ - "pytest_env", - "tests", -] -run.dynamic_context = "test_function" run.branch = true +run.dynamic_context = "test_function" run.parallel = true run.plugins = [ "covdefaults", ] -report.fail_under = 100 -report.show_missing = true -html.show_contexts = true -html.skip_covered = false +run.source = [ + "pytest_env", + "tests", +] paths.source = [ "src", ".tox*/*/lib/python*/site-packages", @@ -116,6 +112,10 @@ paths.source = [ "*/src", "*\\src", ] +report.fail_under = 100 +report.show_missing = true +html.show_contexts = true +html.skip_covered = false [tool.mypy] python_version = "3.11"