From a6848ca2cb9d3a77f97c8c97a4755f54a79f0f26 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 15 Mar 2025 16:34:18 +0900 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 695cc7e3e..e6ad1b203 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,7 +100,7 @@ repos: types: [markdown] files: \.md$ - repo: https://github.com/tcort/markdown-link-check - rev: v3.13.6 + rev: v3.13.7 hooks: - id: markdown-link-check name: run markdown-link-check @@ -114,7 +114,7 @@ repos: - id: shellcheck name: run shellcheck - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.36.0 hooks: - id: yamllint name: run yamllint