From 04683f9a4a66aeca4d075bf815268b87a9319a71 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:57:16 +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.12 → v0.15.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.13) - [github.com/Flagsmith/flagsmith-common: v3.9.0 → v3.9.1](https://github.com/Flagsmith/flagsmith-common/compare/v3.9.0...v3.9.1) - [github.com/astral-sh/uv-pre-commit: 0.8.14 → 0.11.14](https://github.com/astral-sh/uv-pre-commit/compare/0.8.14...0.11.14) --- .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 e34f729bfb5a..773ca1299873 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.15.12 + rev: v0.15.13 hooks: # Run the linter. - id: ruff @@ -44,12 +44,12 @@ repos: stages: [pre-push] - repo: https://github.com/Flagsmith/flagsmith-common - rev: v3.9.0 + rev: v3.9.1 hooks: - id: flagsmith-lint-tests - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.14 + rev: 0.11.14 hooks: - id: uv-lock args: ["--project", "api", "--check"]