From a3ada054427e344477eb969cf3f287e0b04e15ae Mon Sep 17 00:00:00 2001 From: zmoon Date: Tue, 14 Jan 2025 12:49:53 -0600 Subject: [PATCH] Update other hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 024c26d..7f9d810 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: trailing-whitespace args: ['--markdown-linebreak-ext=md,markdown']