mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E117 (Over-indented (comment))
This commit is contained in:
parent
85e32e3b73
commit
175d970ca2
@ -296,6 +296,7 @@ select = [
|
||||
"E114", # Indentation is not a multiple of {indent_size} (comment)
|
||||
"E115", # Expected an indented block (comment)
|
||||
"E116", # Unexpected indentation (comment)
|
||||
"E117", # Over-indented (comment)
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user