fix(ci): pre-commit checkyaml broke

See: https://github.com/pre-commit/pre-commit-hooks/issues/1101
This commit is contained in:
Kjeld Schouten
2024-10-19 16:04:00 +02:00
parent 72add56430
commit 268083e53a
+3 -2
View File
@@ -36,8 +36,9 @@ repos:
exclude: ^archive/
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|test-chart\/.*\.yaml|^clustertool)
# Broken https://github.com/pre-commit/pre-commit-hooks/issues/1101
# - id: check-yaml # checks yaml files for parseable syntax.
# exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|test-chart\/.*\.yaml|^clustertool)
- id: detect-private-key # detects the presence of private keys.
exclude: ^archive/