From 70688ffdfe91703da18e7bd0f2aa56f03c96c111 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:21:26 +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.27.0 → v2.28.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.27.0...v2.28.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.2...v0.16.3) --- .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 9dc449c7b..a8e72d84d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: hooks: - id: tox-toml-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.27.0" + rev: "v2.28.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.2" + rev: "v0.16.3" hooks: - id: ruff-format - id: ruff From e40f45f5f0cd9805814f1b626cce497ac794a4e0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:22:17 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d07d2cb82..2ca1d67c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,16 +226,16 @@ ini_options.env = [ ini_options.timeout = 120 [tool.coverage] +run.source = [ + "${_COVERAGE_SRC}", + "tests", +] run.dynamic_context = "test_function" run.parallel = true +run.relative_files = true run.plugins = [ "covdefaults", ] -run.relative_files = true -run.source = [ - "${_COVERAGE_SRC}", - "tests", -] paths.source = [ "src", "**/site-packages",