diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef0d788..a7ae41f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.40.3 + rev: v1.42.0 hooks: - id: cfn-python-lint files: templates/.*\.(json|yml|yaml)$ @@ -31,7 +31,7 @@ repos: --file=https://mips-api.finops.sageit.org/tags ] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.34.1 + rev: 0.35.0 hooks: - id: check-github-workflows - id: check-github-actions