Enable E271 (Multiple spaces after keyword)

This commit is contained in:
Adam Turner
2023-08-15 18:29:53 +01:00
parent f7237158ec
commit 6df0278ee8

View File

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