We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9605e51 + 9f06901 commit 6fe8b63Copy full SHA for 6fe8b63
2 files changed
.pre-commit-config.yaml
@@ -17,6 +17,12 @@ repos:
17
rev: master # or a specific git tag from md-toc
18
hooks:
19
- id: md-toc
20
+
21
+ - repo: git://github.com/igorshubovych/markdownlint-cli
22
+ rev: v0.23.2
23
+ hooks:
24
+ - id: markdownlint
25
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
rev: v2.0.0
28
@@ -31,4 +37,4 @@ repos:
31
37
- id: detect-private-key
32
38
- id: end-of-file-fixer
33
39
- id: trailing-whitespace
34
- exclude: (.github/CODEOWNERS|validator.bats)
40
+ exclude: (.github/CODEOWNERS)
0 commit comments