Merge pull request #1197 from pre-commit/bump_sample_config

Bump the version of pre-commit-hooks in sample-config
This commit is contained in:
Anthony Sottile 2019-10-28 16:20:46 -07:00 committed by GitHub
commit d09930469c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,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.0.0
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

View file

@ -13,7 +13,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.0.0
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer