mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Merge pull request #586 from pre-commit/upgrade_sample_config
Upgrade the sample-config output
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user