Enable E252 (Missing whitespace around parameter equals)

This commit is contained in:
Adam Turner 2023-08-15 18:26:38 +01:00
parent 0f8c941597
commit 2d880babc8

View File

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