mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable E113 (Unexpected indentation)
This commit is contained in:
parent
fca8296bac
commit
76b9fc448e
@ -292,6 +292,7 @@ select = [
|
||||
# nursery rules
|
||||
"E111", # Indentation is not a multiple of {indent_size}
|
||||
"E112", # Expected an indented block
|
||||
"E113", # Unexpected indentation
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user