diff --git a/pyproject.toml b/pyproject.toml index c1a9f6986..e57140488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -306,6 +306,7 @@ select = [ "E223", # Tab before operator "E224", # Tab after operator "E225", # Missing whitespace around operator + "E226", # Missing whitespace around arithmetic operator ] [tool.ruff.per-file-ignores]