diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5187bb8..69b8a45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint @@ -20,7 +20,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.23.1 + rev: v1.27.0 hooks: - id: cfn-python-lint args: @@ -39,7 +39,7 @@ repos: hooks: - id: black - repo: https://github.com/sirosen/check-jsonschema - rev: 0.31.1 + rev: 0.31.2 hooks: - id: check-github-workflows - id: check-github-actions