pre-commit autoupdate

This commit is contained in:
John Bampton
2024-06-21 07:03:28 +10:00
parent bbb0dddc7e
commit 06becc3495
+3 -3
View File
@@ -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