Skip to content

Commit 4a2d47f

Browse files
committed
chore: fix formatting
1 parent 1521af7 commit 4a2d47f

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,20 @@ max-complexity = 16
253253
[tool.ruff.lint.per-file-ignores]
254254
"wlhosted/settings_*.py" = ["F405"]
255255

256+
[tool.rumdl]
257+
disable = [
258+
# We do not enforce heading
259+
"first-line-heading",
260+
# Avoid length limit checks
261+
"line-length"
262+
]
263+
264+
[tool.rumdl.per-file-ignores]
265+
"README.md" = [
266+
# Allow HTML
267+
"MD033"
268+
]
269+
256270
[tool.setuptools]
257271
include-package-data = true
258272
zip-safe = true
@@ -275,17 +289,3 @@ extend-exclude = [
275289
"**.po",
276290
"**.pot"
277291
]
278-
279-
[tool.rumdl]
280-
disable = [
281-
# We do not enforce heading
282-
"first-line-heading",
283-
# Avoid length limit checks
284-
"line-length"
285-
]
286-
287-
[tool.rumdl.per-file-ignores]
288-
"README.md" = [
289-
# Allow HTML
290-
"MD033"
291-
]

0 commit comments

Comments
 (0)