Skip to content

Commit f9e14fc

Browse files
authored
Use per-file-ignores for MD041 in guide/pyclass-parameters.md (#5526)
1 parent 6f813b9 commit f9e14fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ disable = [
3737
]
3838

3939
exclude = [
40-
# cannot figure out how to ignore MD041 in this file
41-
"guide/pyclass-parameters.md",
42-
4340
# just has an include to the top-level files
4441
"guide/src/changelog.md",
4542
"guide/src/contributing.md"
4643
]
4744

45+
[tool.rumdl.per-file-ignores]
46+
"guide/pyclass-parameters.md" = ["MD041"]
47+
4848
[tool.rumdl.MD004]
4949
style = "dash"

0 commit comments

Comments
 (0)