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 e89a82e commit bf56749Copy full SHA for bf56749
Doc/.ruff.toml
@@ -32,8 +32,8 @@ ignore = [
32
"E501", # Ignore line length errors (we use auto-formatting)
33
]
34
35
-[tool.ruff.lint.per-file-ignores]
36
-"Doc/tools/check-html-ids.py" = ["I001"] # Unsorted imports
+[lint.per-file-ignores]
+"tools/check-html-ids.py" = ["I001"] # Unsorted imports
37
38
[format]
39
preview = true
0 commit comments