From 33d18a1decb08771ea7934ebe395bf45fca076a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Mon, 18 Nov 2024 11:05:25 +0000 Subject: [PATCH] ci: remove ibm_catalog.json linter from pre commit hook until more stable --- module-assets/.pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/module-assets/.pre-commit-config.yaml b/module-assets/.pre-commit-config.yaml index dd092706..efcf3d54 100644 --- a/module-assets/.pre-commit-config.yaml +++ b/module-assets/.pre-commit-config.yaml @@ -179,10 +179,3 @@ repos: rev: v0.1.24 hooks: - id: helmlint -# ibm_catalog.json lint -- repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 - hooks: - - id: check-jsonschema - files: ibm_catalog.json - args: ["--schemafile", "https://raw.githubusercontent.com/IBM/customized-deployable-architecture/refs/tags/0.0.90/ibm_catalog-schema.json"]