From 7a11ba82608628e0eb9057fa55a87b15824cca2f Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 21 Apr 2024 23:37:27 +1000 Subject: [PATCH] pre-commit autoupdate https://pre-commit.com/#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 4fe7747..4191309 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -56,7 +56,7 @@ repos: name: Run prettier description: Format files with prettier - repo: https://github.com/tcort/markdown-link-check - rev: v3.11.2 + rev: v3.12.1 hooks: - id: markdown-link-check name: Run markdown-link-check