From 5ac01238c010b5941a995d657e83a3dd5bb3baab Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Sun, 24 Nov 2024 12:37:56 +0100 Subject: [PATCH] Update pre-commit hooks (#299) --- .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 a213a0f..4a32753 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: stages: - commit-msg - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.14.0 + rev: v0.15.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/shellcheck-py/shellcheck-py @@ -62,7 +62,7 @@ repos: - id: taplo-lint # https://reuse.software - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - id: reuse - repo: https://github.com/doublify/pre-commit-rust