mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E203 (Whitespace before '{punctuation}')
This commit is contained in:
parent
3942691601
commit
000ba5fae5
@ -299,6 +299,7 @@ select = [
|
||||
"E117", # Over-indented (comment)
|
||||
"E201", # Whitespace after '{symbol}'
|
||||
"E202", # Whitespace before '{symbol}'
|
||||
"E203", # Whitespace before '{punctuation}'
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user