mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
Re-enable Ruff D411 (#89035)
This commit is contained in:
@@ -271,7 +271,6 @@ ignore = [
|
||||
"D404", # First word of the docstring should not be This
|
||||
"D406", # Section name should end with a newline
|
||||
"D407", # Section name underlining
|
||||
"D411", # Missing blank line before section
|
||||
"E501", # line too long
|
||||
"E731", # do not assign a lambda expression, use a def
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user