Enable ruff D404 (#89093)

pull/89147/head
epenet 2023-03-03 12:38:40 +01:00 committed by GitHub
parent 9e6f869438
commit 0598417894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ ignore = [
"D202", # No blank lines allowed after function docstring
"D203", # 1 blank line required before class docstring
"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
"D407", # Section name underlining
"E501", # line too long