Skip to content

Commit bf56749

Browse files
committed
Another try
1 parent e89a82e commit bf56749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/.ruff.toml

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

35-
[tool.ruff.lint.per-file-ignores]
36-
"Doc/tools/check-html-ids.py" = ["I001"] # Unsorted imports
35+
[lint.per-file-ignores]
36+
"tools/check-html-ids.py" = ["I001"] # Unsorted imports
3737

3838
[format]
3939
preview = true

0 commit comments

Comments
 (0)