freeleaps-ops/cluster/manifests/freeleaps-monitoring-system/kube-prometheus-stack/dashboards/kubernetes/2.8.2/.pre-commit-config.yaml
2025-09-01 00:37:14 +08:00

28 lines
587 B
YAML

# Doc: https://pre-commit.com
repos:
# Default pre-commit hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-json
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
- id: mixed-line-ending
- id: trailing-whitespace
# Typos
- repo: https://github.com/crate-ci/typos
rev: v1.29.4
hooks:
- id: typos
# Markdown linter
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
hooks:
- id: markdownlint
args:
- "--disable=MD013"