From 5fd0a5dbe876a6987c42ac9b0a7e45bbc4e54d91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:07:03 +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.1 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.5) - [github.com/Flagsmith/flagsmith-common: v3.12.1 → v3.13.2](https://github.com/Flagsmith/flagsmith-common/compare/v3.12.1...v3.13.2) - [github.com/astral-sh/uv-pre-commit: 0.12.1 → 0.12.7](https://github.com/astral-sh/uv-pre-commit/compare/0.12.1...0.12.7) - [github.com/renovatebot/pre-commit-hooks: 44.9.0 → 44.52.1](https://github.com/renovatebot/pre-commit-hooks/compare/44.9.0...44.52.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2909ef8e5d63..bff633100ff0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.5 # Each project is linted under its own config; the global hook runs once per project. hooks: - id: ruff @@ -66,12 +66,12 @@ repos: stages: [pre-push] - repo: https://github.com/Flagsmith/flagsmith-common - rev: v3.12.1 + rev: v3.13.2 hooks: - id: flagsmith-lint-tests - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.1 # Ensure this matches the version in api/pyproject.toml + rev: 0.12.7 # Ensure this matches the version in api/pyproject.toml hooks: - id: uv-lock name: api-lockcheck @@ -81,7 +81,7 @@ repos: args: ["--project", "mcp", "--check"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 44.9.0 + rev: 44.52.1 hooks: - id: renovate-config-validator name: renovate-config-validator From 1df7adce0ccda1f214ce8221e5f3ac252e2193e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:07:24 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- api/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api/README.md b/api/README.md index 0c2fb4d7ac7a..8cfdb62758f8 100644 --- a/api/README.md +++ b/api/README.md @@ -69,6 +69,7 @@ In your tests, verify your logs with the `caplog` fixture: ```python from pytest_structlog import StructuredLogCapture + def test_my_view__success__logs_expected( log: StructuredLogCapture, ) -> None: