Update hooks version in the example config

This commit is contained in:
Lior Kaplan 2023-10-29 13:13:59 +02:00
parent 14169eb31d
commit 705b73ac57
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: v4.5.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: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer