We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1521af7 commit 4a2d47fCopy full SHA for 4a2d47f
1 file changed
pyproject.toml
@@ -253,6 +253,20 @@ max-complexity = 16
253
[tool.ruff.lint.per-file-ignores]
254
"wlhosted/settings_*.py" = ["F405"]
255
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
270
[tool.setuptools]
271
include-package-data = true
272
zip-safe = true
@@ -275,17 +289,3 @@ extend-exclude = [
275
289
"**.po",
276
290
"**.pot"
277
291
]
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" = [
- # Allow HTML
- "MD033"
0 commit comments