mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 02:19:00 +00:00
17 lines
482 B
YAML
17 lines
482 B
YAML
# See https://pre-commit.com for more information
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: fix-byte-order-marker
|
|
- id: mixed-line-ending
|
|
- id: check-merge-conflict
|
|
- id: check-case-conflict
|
|
- repo: https://github.com/renovatebot/pre-commit-hooks
|
|
rev: 42.66.14
|
|
hooks:
|
|
- id: renovate-config-validator
|
|
args: [--strict]
|