From 0e64d70f38c834d133313e357a6ce63cb49dad6c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 18:52:26 +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.7 → v0.16.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.7...v0.16.8) - [github.com/Flagsmith/flagsmith-common: v3.14.0 → v3.15.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.14.0...v3.15.0) - [github.com/astral-sh/uv-pre-commit: 0.12.13 → 0.12.17](https://github.com/astral-sh/uv-pre-commit/compare/0.12.13...0.12.17) - [github.com/renovatebot/pre-commit-hooks: 44.89.1 → 44.106.0](https://github.com/renovatebot/pre-commit-hooks/compare/44.89.1...44.106.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 3b8097a40fff..a9e90d2ddf72 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.7 + rev: v0.16.8 # 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.14.0 + rev: v3.15.0 hooks: - id: flagsmith-lint-tests - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.13 # Ensure this matches the version in api/pyproject.toml + rev: 0.12.17 # 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.89.1 + rev: 44.106.0 hooks: - id: renovate-config-validator name: renovate-config-validator