Fix wrong target for sort-simple-yaml

Configure sort-simple-yaml to apply to only yaml files.
This commit is contained in:
ctcjab 2024-12-11 15:13:05 -05:00 committed by GitHub
parent e437b7ed51
commit 85e8d9a553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.