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 a85b9f7 commit 3de3c6aCopy full SHA for 3de3c6a
2 files changed
pre_commit/commands/sample_config.py
@@ -7,7 +7,7 @@
7
# See https://pre-commit.com/hooks.html for more hooks
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v2.4.0
+ rev: v3.2.0
11
hooks:
12
- id: trailing-whitespace
13
- id: end-of-file-fixer
tests/commands/sample_config_test.py
@@ -10,7 +10,7 @@ def test_sample_config(capsys):
14
15
16
0 commit comments