Enable E273 (Tab after keyword)

This commit is contained in:
Adam Turner
2023-08-15 18:34:03 +01:00
parent 030a6a149e
commit 38e487086a

View File

@@ -319,6 +319,7 @@ select = [
"E266", # Too many leading `#` before block comment
"E271", # Multiple spaces after keyword
"E272", # Multiple spaces before keyword
"E273", # Tab after keyword
]
[tool.ruff.per-file-ignores]