mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E271 (Multiple spaces after keyword)
This commit is contained in:
@@ -317,6 +317,7 @@ select = [
|
||||
"E262", # Inline comment should start with `# `
|
||||
"E265", # Block comment should start with `# `
|
||||
"E266", # Too many leading `#` before block comment
|
||||
"E271", # Multiple spaces after keyword
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
||||
Reference in New Issue
Block a user