Enable E242 (Tab after comma)

This commit is contained in:
Adam Turner
2023-08-15 18:17:05 +01:00
parent e3f0342932
commit 0f8c941597

View File

@@ -311,6 +311,7 @@ select = [
"E228", # Missing whitespace around modulo operator
"E231", # Missing whitespace after '{token}'
"E241", # Multiple spaces after comma
"E242", # Tab after comma
]
[tool.ruff.per-file-ignores]