-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
31 lines (27 loc) · 946 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
# https://pre-commit.com/index.html#adding-pre-commit-plugins-to-your-project
repos:
# https://github.com/streetsidesoftware/cspell-cli#setup-pre-commit-hook
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.7.0
hooks:
- id: cspell
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
hooks:
- id: editorconfig-checker
# https://github.com/DavidAnson/markdownlint-cli2#pre-commit
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
hooks:
- id: markdownlint-cli2
# https://pre-commit.com/hooks.html
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: trailing-whitespace
# https://github.com/shellcheck-py/shellcheck-py#as-a-pre-commit-hook
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck