Skip to content

Commit 030a6a1

Browse files
committed
Enable E272 (Multiple spaces before keyword)
1 parent 6df0278 commit 030a6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ select = [
318318
"E265", # Block comment should start with `# `
319319
"E266", # Too many leading `#` before block comment
320320
"E271", # Multiple spaces after keyword
321+
"E272", # Multiple spaces before keyword
321322
]
322323

323324
[tool.ruff.per-file-ignores]

0 commit comments

Comments
 (0)