Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc84f21 commit e15d7cdCopy full SHA for e15d7cd
2 files changed
pre_commit/commands/sample_config.py
@@ -12,7 +12,7 @@
12
# See https://pre-commit.com/hooks.html for more hooks
13
repos:
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v1.4.0
+ rev: v2.0.0
16
hooks:
17
- id: trailing-whitespace
18
- id: end-of-file-fixer
tests/commands/sample_config_test.py
@@ -13,7 +13,7 @@ def test_sample_config(capsys):
19
0 commit comments