format yml too in pre-commit

This commit is contained in:
Barrett Ruth 2026-02-03 01:43:13 -05:00
parent 01efc7c344
commit 08fb654d23

View file

@ -25,7 +25,7 @@ repos:
hooks:
- id: prettier
name: prettier
files: \.(md,toml,yaml,sh)$
files: \.(md|toml|ya?ml|sh)$
- repo: local
hooks: