From e30dc0168d83296e75096bb9d9e6d2eeee2b26d7 Mon Sep 17 00:00:00 2001 From: Barry Morrison Date: Sun, 26 Feb 2023 08:00:36 -0600 Subject: [PATCH] ci: update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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