From 0fbb4dd2f224541d42473c91601b90075f082849 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:01:56 +0000 Subject: [PATCH 1/2] 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.16.4 → v0.16.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.4...v0.16.7) - [github.com/astral-sh/uv-pre-commit: 0.12.5 → 0.12.13](https://github.com/astral-sh/uv-pre-commit/compare/0.12.5...0.12.13) --- .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 92a791b..ed45357 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.16.4 + rev: v0.16.7 hooks: # Run the linter. - id: ruff @@ -9,7 +9,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.5 + rev: 0.12.13 hooks: - id: uv-lock - repo: https://github.com/pre-commit/pre-commit-hooks From c855985a62ca18d75f9f3064fb65519c36224819 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:04:13 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d29c73..74ebf4b 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ To test your metrics using the `assert_metric` fixture: ```python from common.test_tools import AssertMetricFixture + def test_my_code__expected_metrics(assert_metric: AssertMetricFixture) -> None: # When my_code()