diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b594f520..d8c6e1c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # Validate format - id: check-yaml @@ -28,19 +28,19 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.7.2 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: "0.4.12" + rev: "0.4.29" hooks: - id: uv-lock - repo: https://github.com/google/yamlfmt - rev: v0.13.0 + rev: v0.14.0 hooks: - id: yamlfmt types_or: [yaml]