mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E242 (Tab after comma)
This commit is contained in:
@@ -311,6 +311,7 @@ select = [
|
||||
"E228", # Missing whitespace around modulo operator
|
||||
"E231", # Missing whitespace after '{token}'
|
||||
"E241", # Multiple spaces after comma
|
||||
"E242", # Tab after comma
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
||||
Reference in New Issue
Block a user