-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
58 lines (48 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
repos:
- repo: local
hooks:
- id: actionlint
name: Run actionlint
entry: actionlint
language: system
pass_filenames: false
- id: add-index
name: Test add-index
entry: ./test_files/add-index.sh
language: system
pass_filenames: false
- id: python-tests
name: Python Tests
entry: ./test_files/python.sh
language: system
pass_filenames: false
- repo: https://github.com/ansible/ansible-lint
rev: v24.10.0
hooks:
- id: ansible-lint
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
hooks:
- id: editorconfig-checker
exclude: (^(patches|test_files)/|^.+/commands.vim)
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
hooks:
- id: markdownlint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.106.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/Vimjas/vint
rev: v0.4a3
hooks:
- id: vint
files: dotfiles_shared/.config/nvim.symlink/(init.vim|vim/.*\.vim)
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
args:
- --strict
- --config-file
- dotfiles_shared/.config/yamllint/config.symlink