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