diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9eab11..fe3c07c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: fail_fast: false repos: - 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 @@ -20,7 +20,7 @@ repos: args: ["--fix=lf"] - id: trailing-whitespace - repo: https://github.com/google/yamlfmt - rev: v0.16.0 + rev: v0.17.2 hooks: - id: yamlfmt types_or: [json, yaml]