Remove YAML validation

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
This commit is contained in:
P.J. Finlay 2023-09-16 17:54:50 -05:00
parent 830e168fec
commit d382227674

View file

@ -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