From 15c3dc69495b5c46f5fb4ac18ea85e3dc350a26c Mon Sep 17 00:00:00 2001 From: Joachim Hereth <7327644+jhereth@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:37:15 +0200 Subject: [PATCH] Update sample_config_test.py Aligned test expectation with updated version --- tests/commands/sample_config_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/sample_config_test.py b/tests/commands/sample_config_test.py index cf56e98c..d3cfbae4 100644 --- a/tests/commands/sample_config_test.py +++ b/tests/commands/sample_config_test.py @@ -12,7 +12,7 @@ def test_sample_config(capsys): # 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