From 534e1834ecd1aa1d2f2764ec63c572443266fdfe Mon Sep 17 00:00:00 2001 From: Haze <90850836+Its-Haze@users.noreply.github.com> Date: Fri, 19 May 2023 00:18:44 +0200 Subject: [PATCH] Updated version of pre-commit-hooks when running sample_config --- 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..902ebc75 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: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer