mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E226 (Missing whitespace around arithmetic operator)
This commit is contained in:
parent
49a9596e5f
commit
cbdc2d85ae
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user