This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 39e8d8be526 [v3-1-test] Fix wrong path pattern after moving prek check
to chart folder (#57311) (#57313)
39e8d8be526 is described below
commit 39e8d8be5264d186023e4a10e81cf29c6be62d39
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 26 19:46:01 2025 +0100
[v3-1-test] Fix wrong path pattern after moving prek check to chart folder
(#57311) (#57313)
(cherry picked from commit 2ed27393f6f51c6f22d58a01ca24c8cac10da853)
Co-authored-by: Jens Scheffler <[email protected]>
---
chart/.pre-commit-config.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/chart/.pre-commit-config.yaml b/chart/.pre-commit-config.yaml
index 1fdc19b57e6..e1ee9d95bd0 100644
--- a/chart/.pre-commit-config.yaml
+++ b/chart/.pre-commit-config.yaml
@@ -51,7 +51,10 @@ repos:
- --no-sort-keys
- --indent
- "4"
- files: ^chart/values\.schema\.json$|^chart/values_schema\.schema\.json$
+ files:
+ (?x)
+ ^values\.schema\.json$|
+ ^values_schema\.schema\.json$
pass_filenames: true
- repo: local
hooks: