mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E112 (Expected an indented block)
This commit is contained in:
parent
db82374d3a
commit
fca8296bac
@ -291,6 +291,7 @@ select = [
|
||||
"ALL", # every check supported by Ruff
|
||||
# nursery rules
|
||||
"E111", # Indentation is not a multiple of {indent_size}
|
||||
"E112", # Expected an indented block
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user