update sample config from v3.2.0 to v5.0.0

https://github.com/pre-commit/pre-commit-hooks
This commit is contained in:
Peter Becich 2025-03-10 13:04:11 -07:00
parent 7b88c63ae6
commit fcb33c59c1
No known key found for this signature in database
GPG key ID: E72322E610A464C4
2 changed files with 2 additions and 2 deletions

View file

@ -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: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

View file

@ -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