From 06becc34954aa03a6f66931507014f80c22fa9c5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 21 Jun 2024 07:03:28 +1000 Subject: [PATCH] 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 e5e31e9b0..ef45c6a60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [--whitespaces-count, "2"] exclude: Makefile$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell name: Run codespell @@ -55,7 +55,7 @@ repos: name: Local policy is to exclude extension from all shell files types: [shell] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.41.0 hooks: - id: markdownlint name: Run markdownlint @@ -64,7 +64,7 @@ repos: types: [markdown] files: \.md$ - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.1 + rev: v3.12.2 hooks: - id: markdown-link-check name: Run markdown-link-check