Enable E262 (Inline comment should start with `# `)

This commit is contained in:
Adam Turner 2023-08-15 18:27:28 +01:00
parent bda65af8ac
commit f3c823e5d0

View File

@ -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]