mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-13 07:41:19 +08:00
Fix yaml formatting in README.md
This commit is contained in:
committed by
Anthony Sottile
parent
cf3a905992
commit
74024a9cfa
13
README.md
13
README.md
@@ -13,12 +13,13 @@ See also: https://github.com/pre-commit/pre-commit
|
||||
|
||||
Add this to your `.pre-commit-config.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: ...
|
||||
|
||||
```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: ...
|
||||
```
|
||||
|
||||
### Hooks available
|
||||
|
||||
|
||||
Reference in New Issue
Block a user