diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 499ab49..3e2bfa4 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.6.0 + rev: v5.0.0 hooks: # On Windows, git will convert all CRLF to LF, but only after all hooks are done executing. # yamllint will fail before git has a chance to convert line endings, so line endings must be explicitly converted before yamllint @@ -15,7 +15,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.15.2 + rev: v1.16.0 hooks: - id: cfn-python-lint files: template\.(json|yml|yaml)$