diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 196ad4a..36b5b73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.40.0 + rev: v1.40.3 hooks: - id: cfn-python-lint files: template\.(json|yml|yaml)$ @@ -31,7 +31,7 @@ repos: - id: black language_version: python3.12 - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 # Use the ref you want to point at + rev: 1.0.0 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins