mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Enable ruff D404 (#89093)
This commit is contained in:
@@ -268,7 +268,6 @@ ignore = [
|
|||||||
"D202", # No blank lines allowed after function docstring
|
"D202", # No blank lines allowed after function docstring
|
||||||
"D203", # 1 blank line required before class docstring
|
"D203", # 1 blank line required before class docstring
|
||||||
"D213", # Multi-line docstring summary should start at the second line
|
"D213", # Multi-line docstring summary should start at the second line
|
||||||
"D404", # First word of the docstring should not be This
|
|
||||||
"D406", # Section name should end with a newline
|
"D406", # Section name should end with a newline
|
||||||
"D407", # Section name underlining
|
"D407", # Section name underlining
|
||||||
"E501", # line too long
|
"E501", # line too long
|
||||||
|
Reference in New Issue
Block a user