Enable E112 (Expected an indented block)

This commit is contained in:
Adam Turner 2023-08-15 17:51:48 +01:00
parent db82374d3a
commit fca8296bac

View File

@ -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]