From dc78c1d056afcf718cd3895b5332522284e82890 Mon Sep 17 00:00:00 2001 From: Haze <90850836+Its-Haze@users.noreply.github.com> Date: Fri, 19 May 2023 01:48:08 +0200 Subject: [PATCH] updated the sample_config_test to match the latest 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..c21d3c3c 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: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer