From 5853528d08a65a67a191d09025a92d97c15ad882 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:33:55 +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/Flagsmith/flagsmith-common: v3.8.2 → v3.9.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.8.2...v3.9.0) - [github.com/python-poetry/poetry: 2.3.2 → 2.4.0](https://github.com/python-poetry/poetry/compare/2.3.2...2.4.0) --- .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 439184600f8f..2d3ea31b1d2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,12 +44,12 @@ repos: stages: [pre-push] - repo: https://github.com/Flagsmith/flagsmith-common - rev: v3.8.2 + rev: v3.9.0 hooks: - id: flagsmith-lint-tests - repo: https://github.com/python-poetry/poetry - rev: 2.3.2 + rev: 2.4.0 hooks: - id: poetry-check args: ["-C", "api"]