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 cb8fb8c commit 469498aCopy full SHA for 469498a
2 files changed
pre_commit/commands/sample_config.py
@@ -11,7 +11,7 @@
11
# See http://pre-commit.com for more information
12
# See http://pre-commit.com/hooks.html for more hooks
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- sha: v0.7.1
+ sha: v0.9.1
15
hooks:
16
- id: trailing-whitespace
17
- id: end-of-file-fixer
tests/commands/sample_config_test.py
@@ -12,7 +12,7 @@ def test_sample_config(capsys):
18
0 commit comments