From a989e9978bb808d66ff089a7445dd743bb69f94b Mon Sep 17 00:00:00 2001 From: bhuwanpandey Date: Tue, 13 May 2025 15:14:04 +0545 Subject: [PATCH] bumped to latest version --- pre_commit/commands/sample_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/commands/sample_config.py b/pre_commit/commands/sample_config.py index ce22f65e..042c7590 100644 --- a/pre_commit/commands/sample_config.py +++ b/pre_commit/commands/sample_config.py @@ -4,7 +4,7 @@ SAMPLE_CONFIG = '''\ # 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