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