mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 18:46:53 +00:00
Fix wrong target for sort-simple-yaml
Configure sort-simple-yaml to apply to only yaml files.
This commit is contained in:
parent
e437b7ed51
commit
85e8d9a553
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@
|
|||
description: sorts simple yaml files which consist only of top-level keys, preserving comments and blocks.
|
||||
language: python
|
||||
entry: sort-simple-yaml
|
||||
files: '^$'
|
||||
types: [yaml]
|
||||
- id: trailing-whitespace
|
||||
name: trim trailing whitespace
|
||||
description: trims trailing whitespace.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue