mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E228 (Missing whitespace around modulo operator)
This commit is contained in:
parent
038f9b85f6
commit
93cf83e6bf
@ -308,6 +308,7 @@ select = [
|
||||
"E225", # Missing whitespace around operator
|
||||
"E226", # Missing whitespace around arithmetic operator
|
||||
"E227", # Missing whitespace around bitwise or shift operator
|
||||
"E228", # Missing whitespace around modulo operator
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user