mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E231 (Missing whitespace after '{token}')
This commit is contained in:
parent
93cf83e6bf
commit
f1ee0b2951
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user