Enable E117 (Over-indented (comment))

This commit is contained in:
Adam Turner 2023-08-15 18:01:01 +01:00
parent 85e32e3b73
commit 175d970ca2

View File

@ -296,6 +296,7 @@ select = [
"E114", # Indentation is not a multiple of {indent_size} (comment)
"E115", # Expected an indented block (comment)
"E116", # Unexpected indentation (comment)
"E117", # Over-indented (comment)
]
[tool.ruff.per-file-ignores]