mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E275 (Missing whitespace after keyword)
This commit is contained in:
parent
dfd91bedf6
commit
93340a2ae0
@ -321,6 +321,7 @@ select = [
|
||||
"E272", # Multiple spaces before keyword
|
||||
"E273", # Tab after keyword
|
||||
"E274", # Tab before keyword
|
||||
"E275", # Missing whitespace after keyword
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user