From 718547be2ba9c71ca58f00b9ba9431fb62155673 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 29 Jul 2022 08:29:01 +1000 Subject: [PATCH] pre-commit autoupdate https://pre-commit.com/#pre-commit-autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7c3cb36d..ca684aaa0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -39,7 +39,7 @@ repos: description: Check spelling with codespell entry: codespell --ignore-words=codespell.txt - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.32.1 hooks: - id: markdownlint name: Run markdownlint @@ -48,7 +48,7 @@ repos: types: [markdown] files: \.(md|mdown|markdown)$ - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.27.1 hooks: - id: yamllint name: Run yamllint