flux-infra/.pre-commit-config.yaml

28 lines
679 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args:
- --allow-multiple-documents
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/crate-ci/typos
rev: v1.30.2
hooks:
- id: typos
args: ["--force-exclude"]
- repo: git@huizinga.dev:Dreaded_X/cluster-crds.git
rev: 668085a380dfafec220d6ec209cd0c3673dc1457
hooks:
- id: kubeconform
- repo: https://github.com/tarioch/flux-check-hook
rev: v0.8.0
hooks:
- id: check-flux-helm-values