Update pre-commit version in sample config

This commit is contained in:
Maximilian Cosmo Sitter
2020-09-23 02:20:11 +02:00
committed by Anthony Sottile
parent a85b9f798d
commit 3de3c6a5fc
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: v2.4.0
rev: v3.2.0
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: v2.4.0
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer