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

Skip to content

Commit 3de3c6a

Browse files
mcsitterasottile
authored andcommitted
Update pre-commit version in sample config
1 parent a85b9f7 commit 3de3c6a

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
@@ -7,7 +7,7 @@
77
# See https://pre-commit.com/hooks.html for more hooks
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v2.4.0
10+
rev: v3.2.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- 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
@@ -10,7 +10,7 @@ def test_sample_config(capsys):
1010
# See https://pre-commit.com/hooks.html for more hooks
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v2.4.0
13+
rev: v3.2.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer

0 commit comments

Comments
 (0)