Enable E226 (Missing whitespace around arithmetic operator)

This commit is contained in:
Adam Turner 2023-08-15 18:08:57 +01:00
parent 49a9596e5f
commit cbdc2d85ae

View File

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