Skip to content

Commit 82f60cf

Browse files
authored
chore: Fix pre-commit path matching for YAML (#5852)
1 parent 5d238d3 commit 82f60cf

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
@@ -79,7 +79,7 @@ repos:
7979
- id: format-yaml
8080
name: Format YAML
8181
description: "Format YAML"
82-
files: ^.*\.{yaml,yml}$
82+
files: ^.*\.(yaml|yml)$
8383
types_or: [yaml]
8484
entry: dprint
8585
language: system

0 commit comments

Comments
 (0)