mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 18:19:09 +00:00
30 lines
727 B
YAML
30 lines
727 B
YAML
---
|
|
fail_fast: false
|
|
repos:
|
|
- repo: https://github.com/adrienverge/yamllint
|
|
rev: v1.27.1
|
|
hooks:
|
|
- args:
|
|
- --config-file
|
|
- .github/linters/.yamllint.yaml
|
|
id: yamllint
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.3.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
rev: v1.3.0
|
|
hooks:
|
|
- id: remove-crlf
|
|
- id: remove-tabs
|
|
- repo: https://github.com/sirosen/texthooks
|
|
rev: 0.3.1
|
|
hooks:
|
|
- id: fix-smartquotes
|
|
- repo: https://github.com/k8s-at-home/sops-pre-commit
|
|
rev: v2.1.1
|
|
hooks:
|
|
- id: forbid-secrets
|