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