Commit graph

3 commits

Author SHA1 Message Date
Piero Toffanin 176d37df73 Remove trailing whitespace test 2024-02-05 15:16:32 -05:00
P.J. Finlay d382227674 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
2023-09-16 17:54:50 -05:00
Vincent Emonet 25168ba6e1 Add pre-commit to automatically run formatting when committing 2023-07-23 13:24:15 +02:00