-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
28 lines (26 loc) · 764 Bytes
/
.pre-commit-config.yaml
File metadata and controls
28 lines (26 loc) · 764 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
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 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: check-symlinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: forbid-submodules
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.48.0
hooks:
- id: markdownlint-fix
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]
- repo: https://github.com/thlorenz/doctoc
rev: v2.4.1
hooks:
- id: doctoc
args: ["--update-only"]