generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.pre-commit-config.yaml
33 lines (33 loc) · 877 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
hooks:
- id: remove-crlf
- id: remove-tabs
- repo: https://github.com/sirosen/texthooks
rev: 0.6.3
hooks:
- id: fix-smartquotes
exclude: ^ansible/manifests/
- id: fix-ligatures
exclude: ^ansible/manifests/
- repo: https://github.com/onedr0p/sops-pre-commit
rev: v2.1.1
hooks:
- id: forbid-secrets
- repo: https://github.com/gitguardian/gg-shield
rev: v1.22.0
hooks:
- id: ggshield
language_version: python3
stages: [commit]