mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Fix yaml formatting in README.md
This commit is contained in:
parent
cf3a905992
commit
74024a9cfa
1 changed files with 7 additions and 6 deletions
|
|
@ -13,12 +13,13 @@ See also: https://github.com/pre-commit/pre-commit
|
||||||
|
|
||||||
Add this to your `.pre-commit-config.yaml`
|
Add this to your `.pre-commit-config.yaml`
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
```yaml
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.5.0 # Use the ref you want to point at
|
rev: v2.5.0 # Use the ref you want to point at
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
# - id: ...
|
# - id: ...
|
||||||
|
```
|
||||||
|
|
||||||
### Hooks available
|
### Hooks available
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue