From 0826c521a0b40843c643c6fb06a8cbc152a1b1df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:57:22 +0000 Subject: [PATCH] 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.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.2) - [github.com/Flagsmith/flagsmith-common: v3.12.1 → v3.13.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.12.1...v3.13.0) - [github.com/astral-sh/uv-pre-commit: 0.12.1 → 0.12.3](https://github.com/astral-sh/uv-pre-commit/compare/0.12.1...0.12.3) - [github.com/renovatebot/pre-commit-hooks: 44.9.0 → 44.22.0](https://github.com/renovatebot/pre-commit-hooks/compare/44.9.0...44.22.0) --- .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..9789273affeb 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.2 # 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.0 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.3 # 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.22.0 hooks: - id: renovate-config-validator name: renovate-config-validator