From 257b73803c62924ea887c9305866496950c1323e Mon Sep 17 00:00:00 2001 From: wweber Date: Sun, 27 Nov 2022 13:56:43 -0500 Subject: [PATCH] Update revision of pre-commit-hooks in 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 82a1617f..51d1213c 100644 --- a/pre_commit/commands/sample_config.py +++ b/pre_commit/commands/sample_config.py @@ -8,7 +8,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