diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9a7d65b849b..3b8097a40fff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.6 + rev: v0.16.7 # Each project is linted under its own config; the global hook runs once per project. hooks: - id: ruff @@ -71,7 +71,7 @@ repos: - id: flagsmith-lint-tests - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.10 # Ensure this matches the version in api/pyproject.toml + rev: 0.12.13 # Ensure this matches the version in api/pyproject.toml hooks: - id: uv-lock name: api-lockcheck @@ -81,7 +81,7 @@ repos: args: ["--project", "mcp", "--check"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 44.69.3 + rev: 44.89.1 hooks: - id: renovate-config-validator name: renovate-config-validator