Enable E261 (Insert at least two spaces before an inline comment)

This commit is contained in:
Adam Turner 2023-08-15 18:26:58 +01:00
parent 2d880babc8
commit bda65af8ac

View File

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