Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 469498a

Browse files
committed
Upgrade the sample-config output
1 parent cb8fb8c commit 469498a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pre_commit/commands/sample_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See http://pre-commit.com for more information
1212
# See http://pre-commit.com/hooks.html for more hooks
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
sha: v0.7.1
14+
sha: v0.9.1
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer

tests/commands/sample_config_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_sample_config(capsys):
1212
# See http://pre-commit.com for more information
1313
# See http://pre-commit.com/hooks.html for more hooks
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
sha: v0.7.1
15+
sha: v0.9.1
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer

0 commit comments

Comments
 (0)