Skip to content

Commit 2a17844

Browse files
committed
Disabled pymarkddown rules md012 + md022 + md024
1 parent 4cdd003 commit 2a17844

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ repos:
1414
hooks:
1515
- id: pymarkdown
1616
args: [ # https://pymarkdown.readthedocs.io/en/latest/rules/
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
17+
# disable: heading-increment, no-multiple-blanks, line-length, blanks-around-headings, no-duplicate-heading,
18+
# single-h1, no-trailing-punctuation, ol-prefix, no-inline-html, first-line-h1
19+
--disable, "md001,md012,md013,md022,md024,md025,md026,md029,md033,md041", scan
1920
]
2021

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

0 commit comments

Comments
 (0)