We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b6775 commit 3d4eb28Copy full SHA for 3d4eb28
.markdownlint.jsonc
@@ -0,0 +1,10 @@
1
+{
2
+ "default": true,
3
+ "MD010": {
4
+ "code_blocks": false
5
+ },
6
+ "MD013": {
7
+ "code_blocks": false,
8
+ "tables": false
9
+ }
10
+}
.pre-commit-config.yaml
@@ -21,3 +21,19 @@ repos:
21
additional_dependencies:
22
- flake8-bugbear==23.9.16
23
- flake8-comprehensions==3.14.0
24
+- repo: https://github.com/igorshubovych/markdownlint-cli
25
+ rev: v0.37.0
26
+ hooks:
27
+ - id: markdownlint
28
+ exclude: |
29
+ (?x)^(
30
+ ISSUE_TEMPLATE\.md
31
+ )
32
+- repo: https://github.com/thlorenz/doctoc
33
+ rev: v2.2.0
34
35
+ - id: doctoc
36
+ files: |
37
38
+ README\.md
39
0 commit comments