From d3822276745899dafcd85b39697a0d62b6743d7d Mon Sep 17 00:00:00 2001 From: "P.J. Finlay" Date: Sat, 16 Sep 2023 17:54:50 -0500 Subject: [PATCH] Remove YAML validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The YAML validation step is currently failing on the chart directory. This commit removes the YAML check. Error: $ hatch run test ✔️ Check YAML..........................................................Failed - hook id: check-yaml - exit code: 1 while parsing a flow node did not find expected node content in "chart/templates/pvc.yaml", line 1, column 3 while parsing a flow node did not find expected node content in "chart/templates/statefulset.yaml", line 6, column --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 365e151..55e8f4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,10 +7,6 @@ repos: name: " 🐘 Check for added large files" - id: check-toml name: " ✔️ Check TOML" - - id: check-yaml - name: " ✔️ Check YAML" - args: - - --unsafe - id: check-json name: " ✔️ Check JSON" - id: trailing-whitespace