From da3003421bef903f94f562eeb683c3af4107525f Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 8 Apr 2024 12:32:53 -0700 Subject: [PATCH] pre-commit-hooks: v4.6.0 --- .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 6e8dce3e6..b5ba6bbef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md]