Skip to content

Commit 964fff0

Browse files
committed
chore: fix formatting
1 parent 81f334e commit 964fff0

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
@@ -148,6 +148,20 @@ max-complexity = 16
148148
[tool.ruff.lint.per-file-ignores]
149149
"scripts/*" = ["ANN", "S310", "S603", "S607"]
150150

151+
[tool.rumdl]
152+
disable = [
153+
# We do not enforce heading
154+
"first-line-heading",
155+
# Avoid length limit checks
156+
"line-length"
157+
]
158+
159+
[tool.rumdl.per-file-ignores]
160+
"README.md" = [
161+
# Allow HTML
162+
"MD033"
163+
]
164+
151165
[tool.setuptools]
152166
include-package-data = true
153167
platforms = [
@@ -167,17 +181,3 @@ sort_inline_arrays = true
167181
sort_inline_tables = true
168182
sort_table_keys = true
169183
spaces_before_inline_comment = 2
170-
171-
[tool.rumdl]
172-
disable = [
173-
# We do not enforce heading
174-
"first-line-heading",
175-
# Avoid length limit checks
176-
"line-length"
177-
]
178-
179-
[tool.rumdl.per-file-ignores]
180-
"README.md" = [
181-
# Allow HTML
182-
"MD033"
183-
]

0 commit comments

Comments
 (0)