diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d05424..c94a01d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -29,7 +29,7 @@ repos: - id: fix-byte-order-marker # Format YAML files - repo: https://github.com/google/yamlfmt - rev: v0.16.0 + rev: v0.17.2 hooks: - id: yamlfmt exclude: "^(.github/workflows/archive/.*|scripts/.*)"