Skip to content

Commit 9e3f7e8

Browse files
committed
Disabled OL prefix linting because false positives when sub-lists in between
1 parent 1f0f08a commit 9e3f7e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repos:
1414
hooks:
1515
- id: pymarkdown
1616
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
17+
# heading-increment, line-length, single-h1, no-trailing-punctuation, ol-prefix, no-inline-html, first-line-h1
18+
--disable, "md001,md013,md025,md026,md029,md033,md041", scan
1919
]
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)