Skip to content

Commit d099304

Browse files
authored
Merge pull request #1197 from pre-commit/bump_sample_config
Bump the version of pre-commit-hooks in sample-config
2 parents 7d5f98b + 54359ff commit d099304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pre_commit/commands/sample_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See https://pre-commit.com/hooks.html for more hooks
1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v2.0.0
15+
rev: v2.4.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- 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
@@ -13,7 +13,7 @@ def test_sample_config(capsys):
1313
# See https://pre-commit.com/hooks.html for more hooks
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v2.0.0
16+
rev: v2.4.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: end-of-file-fixer

0 commit comments

Comments
 (0)