-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
39 lines (39 loc) · 1.43 KB
/
.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
34
35
36
37
38
39
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # v4.4.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-added-large-files
- id: check-executables-have-shebangs
- repo: https://github.com/gruntwork-io/pre-commit
rev: 5341f388c2a962d3bc66e075f00b80ab45b15f24 # v0.1.20
hooks:
- id: shellcheck
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 32ee411cf36142e6082f10870ae62172ce9af133 # 35.32.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: b4235fda059c7c36722a3f8c4b71c45a0826a8b7 # 0.29.3
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/gruntwork-io/pre-commit
rev: 5341f388c2a962d3bc66e075f00b80ab45b15f24 # v0.1.20
hooks:
- id: shellcheck
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: c9ea83146232fb263effdfe6f222d87f5395b27a # v0.39.0
hooks:
- id: markdownlint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 32ee411cf36142e6082f10870ae62172ce9af133 # 35.32.0
hooks:
- id: renovate-config-validator