Merge pull request #586 from pre-commit/upgrade_sample_config

Upgrade the sample-config output
This commit is contained in:
Anthony Sottile
2017-08-11 00:30:13 -04:00
committed by GitHub
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