This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a commit to branch revert-39662-fix-lint-json-schema-check
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 762ce8cd9a2d21e1e089804fce3ace25bcc22352
Author: Andrey Anshin <andrey.ans...@taragol.is>
AuthorDate: Thu May 16 17:59:32 2024 +0400

    Revert "Use `compose-spec.json` which do not complaining about 
interpolations…"
    
    This reverts commit 8987b09fd83e70505becf344567eea401266c6ba.
---
 .pre-commit-config.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1e17893679..b9a94887a7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -927,9 +927,7 @@ repos:
         entry: ./scripts/ci/pre_commit/json_schema.py
         args:
           - --spec-url
-          # In recent changes interpolation does not supports in composed spec
-          # See: https://github.com/compose-spec/compose-spec/issues/501
-          - 
https://raw.githubusercontent.com/compose-spec/compose-spec/77bd39a846442132495990c221d5aa3509ce19bc/schema/compose-spec.json
+          - 
https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
         language: python
         pass_filenames: true
         files: ^scripts/ci/docker-compose/.+\.ya?ml$|docker-compose\.ya?ml$

Reply via email to