mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E261 (Insert at least two spaces before an inline comment)
This commit is contained in:
parent
2d880babc8
commit
bda65af8ac
@ -313,6 +313,7 @@ select = [
|
||||
"E241", # Multiple spaces after comma
|
||||
"E242", # Tab after comma
|
||||
"E252", # Missing whitespace around parameter equals
|
||||
"E261", # Insert at least two spaces before an inline comment
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user