-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
46 lines (41 loc) · 1.28 KB
/
.pre-commit-config.yaml
File metadata and controls
46 lines (41 loc) · 1.28 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
---
repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=md
exclude: \.gitignore
- repo: https://github.com/ComPWA/taplo-pre-commit
rev: ade0f95ddcf661c697d4670d2cfcbe95d0048a0a # frozen: v0.9.3
hooks:
- id: taplo-format
- id: taplo-lint
- repo: https://github.com/lyz-code/yamlfix
rev: f857ca370af3db7e5e181373d45c06a148fac3f8 # frozen: 1.19.1
hooks:
- id: yamlfix
args:
- --config-file
- .yamlfix.toml
- repo: https://github.com/adrienverge/yamllint
rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0
hooks:
- id: yamllint
args:
- --strict
- repo: https://github.com/sirwart/ripsecrets
rev: 7d94620933e79b8acaa0cd9e60e9864b07673d86 # frozen: v0.1.11
hooks:
- id: ripsecrets