mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #586 from pre-commit/upgrade_sample_config
Upgrade the sample-config output
This commit is contained in:
commit
8994e4cd1c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue