Update sample config pre-commit-hooks version to v4.0.1

This commit is contained in:
Schäfer, Denny 2021-07-02 15:15:05 +02:00
parent 68294256a1
commit 4ae57bab8c
No known key found for this signature in database
GPG key ID: AECE930249E4436A
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,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.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

View file

@ -10,7 +10,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.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer