diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7c3313..59896f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -22,7 +22,7 @@ repos: hooks: - id: prettier - repo: https://github.com/google/yamlfmt - rev: v0.11.0 + rev: v0.12.1 hooks: - id: yamlfmt exclude: 'node_modules/\.*|.*\.svg'