diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 232cf00..c1356cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: exclude: README.m(ark)?d(own)? - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.2 + rev: v0.33.0 hooks: - id: markdownlint @@ -41,6 +41,6 @@ repos: args: ["markdown", "table", "--output-file", "README.md", "."] - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.77.0 + rev: v1.77.1 hooks: - id: terraform_fmt