PyCQA/pydocstyle

Support a new rule: no blank line after last docstring section

開放

#530 建立於 2021年4月1日

 (3 則留言) (1 個反應) (0 位負責人)Python (191 個分叉)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

倉庫指標

星標
 (1,106 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

D413 says "Missing blank line after last section". It'd be awesome to have the opposite, and raise a new warning when there is a blank line at the end of a docstring. Using Google style, there shouldn't be an empty line at the end, so a warning should exist for this case.

Thank you for your consideration!

貢獻者指南