fix: use yaml, not yml YAML file extension

This commit is contained in:
Barrett Ruth 2026-02-02 22:14:04 -05:00
parent 0ae692bce7
commit 877b7f7fe7
6 changed files with 17 additions and 21 deletions

View file

@ -14,4 +14,4 @@ repos:
hooks:
- id: prettier
name: prettier
files: \.(md|toml|yaml|sh)$
files: \.(md|toml|yaml|yml|sh)$