From 6ba4f7b5020871e004f914f5f1c5b95bfeb2d8c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:48:53 +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.8 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.8...v0.15.9) - [github.com/Flagsmith/flagsmith-common: v3.5.0 → v3.6.1](https://github.com/Flagsmith/flagsmith-common/compare/v3.5.0...v3.6.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e664598ed2c..92f26270902b 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.8 + rev: v0.15.9 hooks: # Run the linter. - id: ruff @@ -44,7 +44,7 @@ repos: stages: [pre-push] - repo: https://github.com/Flagsmith/flagsmith-common - rev: v3.5.0 + rev: v3.6.1 hooks: - id: flagsmith-lint-tests