mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E223 (Tab before operator)
This commit is contained in:
parent
5fbaee0d67
commit
072a5dd68c
@ -303,6 +303,7 @@ select = [
|
||||
"E211", # Whitespace before '{bracket}'
|
||||
"E221", # Multiple spaces before operator
|
||||
"E222", # Multiple spaces after operator
|
||||
"E223", # Tab before operator
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user