Skip to content

Commit e89a82e

Browse files
authored
Update Doc/.ruff.toml
1 parent 81fa662 commit e89a82e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/.ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ ignore = [
3232
"E501", # Ignore line length errors (we use auto-formatting)
3333
]
3434

35-
[lint.per-file-ignores]
35+
[tool.ruff.lint.per-file-ignores]
3636
"Doc/tools/check-html-ids.py" = ["I001"] # Unsorted imports
37+
3738
[format]
3839
preview = true
3940
quote-style = "preserve"

0 commit comments

Comments
 (0)