Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.12
rev: v0.15.16
# Each project is linted under its own config; the global hook runs once per project.
hooks:
- id: ruff
Expand Down Expand Up @@ -66,12 +66,12 @@ repos:
stages: [pre-push]

- repo: https://github.com/Flagsmith/flagsmith-common
rev: v3.9.0
rev: v3.10.0
hooks:
- id: flagsmith-lint-tests

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.18 # Ensure this matches the version in api/pyproject.toml
rev: 0.11.19 # Ensure this matches the version in api/pyproject.toml
hooks:
- id: uv-lock
name: api-lockcheck
Expand All @@ -81,7 +81,7 @@ repos:
args: ["--project", "mcp", "--check"]

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.205.2
rev: 43.216.1
hooks:
- id: renovate-config-validator
name: renovate-config-validator
Expand Down
Loading