From e842db1c8e69296f8c3b13d419c158c078bb86ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:41:01 +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.15.22 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) - [github.com/astral-sh/uv-pre-commit: 0.11.29 → 0.11.32](https://github.com/astral-sh/uv-pre-commit/compare/0.11.29...0.11.32) - [github.com/renovatebot/pre-commit-hooks: 43.272.4 → 43.285.0](https://github.com/renovatebot/pre-commit-hooks/compare/43.272.4...43.285.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aae016f2ced0..0694d32e253c 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.15.22 + rev: v0.16.0 # Each project is linted under its own config; the global hook runs once per project. hooks: - id: ruff @@ -71,7 +71,7 @@ repos: - id: flagsmith-lint-tests - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.29 # Ensure this matches the version in api/pyproject.toml + rev: 0.11.32 # 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: 43.272.4 + rev: 43.285.0 hooks: - id: renovate-config-validator name: renovate-config-validator