From 45cd1224c9d4dde4c9ecedb72a3f17116a36c557 Mon Sep 17 00:00:00 2001 From: kenorb Date: Sun, 24 Oct 2021 20:52:21 +0100 Subject: [PATCH] Pre-commit autoupdate --- .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 1a345d9..a18849b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: exclude: \.txt$ - repo: https://github.com/igorshubovych/markdownlint-cli.git - rev: v0.28.1 + rev: v0.29.0 hooks: - id: markdownlint @@ -35,7 +35,7 @@ repos: - id: shfmt - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.2 + rev: v1.26.3 hooks: - id: yamllint args: ["-c", ".yamllint", "-s"]