Update sample_config_test.py

Aligned test expectation with updated version
This commit is contained in:
Joachim Hereth 2025-07-10 09:37:15 +02:00 committed by GitHub
parent 3e4b85b424
commit 15c3dc6949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ def test_sample_config(capsys):
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer