forked from package-operator/package-operator.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
29 lines (29 loc) · 779 Bytes
/
.pre-commit-config.yaml
File metadata and controls
29 lines (29 loc) · 779 Bytes
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
repos:
- repo: https://github.com/mattlqx/pre-commit-search-and-replace
rev: v1.0.5
hooks:
- id: search-and-replace
types: [markdown]
exclude: themes/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: trailing-whitespace
types: [markdown]
exclude: themes/
- id: end-of-file-fixer
types: [markdown]
exclude: themes/
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
hooks:
- id: markdownlint-fix
types: [markdown]
exclude: themes/
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
hooks:
- id: codespell
types: [markdown]
exclude: themes/