diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7dbf215..8563bd5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,19 +6,19 @@ default_language_version: repos: - repo: https://github.com/hadolint/hadolint - rev: v2.13.1 + rev: v2.14.0 hooks: - id: hadolint-docker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 41.98.4 + rev: 41.125.3 hooks: - id: renovate-config-validator args: [--strict] stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.34.0 hooks: - id: check-github-workflows @@ -74,7 +74,7 @@ repos: stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.13.1 hooks: - id: ruff args: [--fix] @@ -82,7 +82,7 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.15 + rev: 0.8.20 hooks: - id: uv-lock always_run: true