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 cf3a905 commit 74024a9Copy full SHA for 74024a9
README.md
@@ -13,12 +13,13 @@ See also: https://github.com/pre-commit/pre-commit
13
14
Add this to your `.pre-commit-config.yaml`
15
16
- - repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v2.5.0 # Use the ref you want to point at
18
- hooks:
19
- - id: trailing-whitespace
20
- # - id: ...
21
-
+```yaml
+- repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v2.5.0 # Use the ref you want to point at
+ hooks:
+ - id: trailing-whitespace
+ # - id: ...
22
+```
23
24
### Hooks available
25
0 commit comments