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