From c5e6dedfe429573e97cebf1f67b6b4a5045315a8 Mon Sep 17 00:00:00 2001 From: tobiichi3227 Date: Tue, 18 Feb 2025 10:41:25 +0800 Subject: [PATCH] Chore(Fortune): Update pre-commit hook version --- .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 83b8038..9384187 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer