From bf4e69205df2f353b67e0c78cf577fdd6353e9a1 Mon Sep 17 00:00:00 2001 From: Alexander Grueneberg Date: Mon, 28 Oct 2024 13:46:59 +0100 Subject: [PATCH] Bump pre-commit-hooks rev in sample config v3.2.0 -> v5.0.0 --- 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