Enable E266 (Too many leading `#` before block comment)

This commit is contained in:
Adam Turner
2023-08-15 18:28:38 +01:00
parent b5a6f6b2b0
commit f7237158ec

View File

@@ -316,6 +316,7 @@ select = [
"E261", # Insert at least two spaces before an inline comment
"E262", # Inline comment should start with `# `
"E265", # Block comment should start with `# `
"E266", # Too many leading `#` before block comment
]
[tool.ruff.per-file-ignores]