Enable E114 (Indentation is not a multiple of {indent_size} (comment))

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

View File

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