We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d081744 commit e7ec223Copy full SHA for e7ec223
py/pyproject.toml
@@ -154,7 +154,6 @@ extend-ignore = [
154
"D104", # Missing docstring in public package
155
"D105", # Missing docstring in magic method
156
"D107", # Missing docstring in `__init__`
157
- "D205", # 1 blank line required between summary line and description
158
"D212", # Multi-line docstring summary should start at the first line
159
]
160
0 commit comments