Skip to content

Commit 2ed2739

Browse files
authored
Fix wrong path pattern after moving prek check to chart folder (apache#57311)
1 parent 4bea383 commit 2ed2739

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chart/.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ repos:
5151
- --no-sort-keys
5252
- --indent
5353
- "4"
54-
files: ^chart/values\.schema\.json$|^chart/values_schema\.schema\.json$
54+
files:
55+
(?x)
56+
^values\.schema\.json$|
57+
^values_schema\.schema\.json$
5558
pass_filenames: true
5659
- repo: local
5760
hooks:

0 commit comments

Comments
 (0)