Enable E115 (Expected an indented block (comment))

This commit is contained in:
Adam Turner 2023-08-15 17:53:39 +01:00
parent ecd01d676e
commit f0fa8a66f9

View File

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