Upgrade the sample-config output

This commit is contained in:
Anthony Sottile
2017-08-10 20:24:24 -07:00
parent cb8fb8c7c8
commit 469498ac9d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ SAMPLE_CONFIG = '''\
# See http://pre-commit.com for more information
# See http://pre-commit.com/hooks.html for more hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.7.1
sha: v0.9.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

View File

@@ -12,7 +12,7 @@ def test_sample_config(capsys):
# See http://pre-commit.com for more information
# See http://pre-commit.com/hooks.html for more hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.7.1
sha: v0.9.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer