diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92f26270902b..49b776f9d9d2 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.9 + rev: v0.15.11 hooks: # Run the linter. - id: ruff @@ -44,7 +44,7 @@ repos: stages: [pre-push] - repo: https://github.com/Flagsmith/flagsmith-common - rev: v3.6.1 + rev: v3.8.2 hooks: - id: flagsmith-lint-tests