Skip to content

Commit 7f734ae

Browse files
committed
fix(ci): resolve prettier pre-commit hook configuration
- Re-add yaml/yml to prettier files pattern - Keep exclusion for GitHub Actions workflows - Ensure prettier has files to process during pre-commit runs
1 parent 180e07b commit 7f734ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
rev: v4.0.0-alpha.8
3333
hooks:
3434
- id: prettier
35-
files: '.*\.(md|markdown|json|js|jsx|css|html)$'
35+
files: '.*\.(md|markdown|json|yaml|yml|js|jsx|css|html)$'
3636
exclude: |
3737
(?x)^(
3838
.venv|

0 commit comments

Comments
 (0)