File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -110,10 +110,14 @@ repos:
110
110
types : [text]
111
111
files : ^(helpers/perl|.+\.p[ml])$
112
112
113
- - repo : https://github.com/igorshubovych/markdownlint-cli
114
- rev : v0.28.1
113
+ - repo : https://github.com/jackdewinter/pymarkdown
114
+ rev : 5fad490c01ec677ce189024821ba85dd931ce7dd
115
115
hooks :
116
- - id : markdownlint
116
+ - id : pymarkdown
117
+ entry : pymarkdown
118
+ args :
119
+ - --config=.pymarkdown.json
120
+ - scan
117
121
exclude : ^CHANGELOG\.md$
118
122
119
123
- repo : https://github.com/pre-commit/pre-commit-hooks
Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins" : {
3
+ "first-line-heading" : {
4
+ "//" : " Does not work with GitHub issue templates" ,
5
+ "enabled" : false
6
+ },
7
+ "no-inline-html" : {
8
+ "//" : " https://github.com/jackdewinter/pymarkdown/issues/22" ,
9
+ "enabled" : false ,
10
+ "allowed_elements" : " !--,kbd"
11
+ },
12
+ "ul-indent" : {
13
+ "//" : " Disabled for lists in FAQ/A" ,
14
+ "enabled" : false
15
+ }
16
+ }
17
+ }
You can’t perform that action at this time.
0 commit comments