Skip to content

Commit e7ec223

Browse files
committed
Remove D205 rule for blank line requirement in docstring checks
1 parent d081744 commit e7ec223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ extend-ignore = [
154154
"D104", # Missing docstring in public package
155155
"D105", # Missing docstring in magic method
156156
"D107", # Missing docstring in `__init__`
157-
"D205", # 1 blank line required between summary line and description
158157
"D212", # Multi-line docstring summary should start at the first line
159158
]
160159

0 commit comments

Comments
 (0)