Enable E231 (Missing whitespace after '{token}')

This commit is contained in:
Adam Turner 2023-08-15 18:10:25 +01:00
parent 93cf83e6bf
commit f1ee0b2951

View File

@ -309,6 +309,7 @@ select = [
"E226", # Missing whitespace around arithmetic operator
"E227", # Missing whitespace around bitwise or shift operator
"E228", # Missing whitespace around modulo operator
"E231", # Missing whitespace after '{token}'
]
[tool.ruff.per-file-ignores]