mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E115 (Expected an indented block (comment))
This commit is contained in:
parent
ecd01d676e
commit
f0fa8a66f9
@ -294,6 +294,7 @@ select = [
|
||||
"E112", # Expected an indented block
|
||||
"E113", # Unexpected indentation
|
||||
"E114", # Indentation is not a multiple of {indent_size} (comment)
|
||||
"E115", # Expected an indented block (comment)
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user