Enable E113 (Unexpected indentation)

This commit is contained in:
Adam Turner 2023-08-15 17:52:19 +01:00
parent fca8296bac
commit 76b9fc448e

View File

@ -292,6 +292,7 @@ select = [
# nursery rules
"E111", # Indentation is not a multiple of {indent_size}
"E112", # Expected an indented block
"E113", # Unexpected indentation
]
[tool.ruff.per-file-ignores]