mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E111 (Indentation is not a multiple of {indent_size})
This commit is contained in:
parent
50d84333e4
commit
db82374d3a
@ -289,6 +289,8 @@ external = [ # Whitelist for RUF100 unknown code warnings
|
|||||||
]
|
]
|
||||||
select = [
|
select = [
|
||||||
"ALL", # every check supported by Ruff
|
"ALL", # every check supported by Ruff
|
||||||
|
# nursery rules
|
||||||
|
"E111", # Indentation is not a multiple of {indent_size}
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff.per-file-ignores]
|
[tool.ruff.per-file-ignores]
|
||||||
|
Loading…
Reference in New Issue
Block a user