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 1f0f08a commit 9e3f7e8Copy full SHA for 9e3f7e8
1 file changed
.pre-commit-config.yaml
@@ -14,8 +14,8 @@ repos:
14
hooks:
15
- id: pymarkdown
16
args: [ # https://pymarkdown.readthedocs.io/en/latest/rules/
17
- # disable heading-increment, line-length, single-h1, no-trailing-punctuation, no-inline-html, first-line-h1
18
- -d, "md001,md013,md025,md026,md033,md041", scan
+ # heading-increment, line-length, single-h1, no-trailing-punctuation, ol-prefix, no-inline-html, first-line-h1
+ --disable, "md001,md013,md025,md026,md029,md033,md041", scan
19
]
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
0 commit comments