PyCQA/pydocstyle

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

オープン

#530 opened on 2021/04/01

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Python (191 件のフォーク)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

Repository metrics

Stars
 (1,106 個のスター)
PR merge metrics
 (30d に merged 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!

コントリビューターガイド