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.
2 parents 7d5f98b + 54359ff commit d099304Copy full SHA for d099304
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: v2.0.0
+ rev: v2.4.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