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 e29d2df commit c85ca9fCopy full SHA for c85ca9f
sections/cli.md
@@ -29,7 +29,7 @@ Here are some sample invocations using this `.pre-commit-config.yaml`:
29
```yaml
30
repos:
31
- repo: https://github.com/pre-commit/pre-commit-hooks
32
- rev: v2.1.0
+ rev: v5.0.0
33
hooks:
34
- id: trailing-whitespace
35
- repo: https://github.com/asottile/pyupgrade
sections/install.md
@@ -46,7 +46,7 @@ pre-commit --version
46
47
48
49
- rev: v2.3.0
50
51
- id: check-yaml
52
- id: end-of-file-fixer
0 commit comments