Enable E225 (Missing whitespace around operator)

This commit is contained in:
Adam Turner 2023-08-15 18:08:25 +01:00
parent 046baf1eda
commit 49a9596e5f

View File

@ -305,6 +305,7 @@ select = [
"E222", # Multiple spaces after operator
"E223", # Tab before operator
"E224", # Tab after operator
"E225", # Missing whitespace around operator
]
[tool.ruff.per-file-ignores]