PyCQA/pydocstyle

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

Open

#530 opened on 2021年4月1日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)Python (191 forks)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

Repository metrics

Stars
 (1,106 stars)
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!

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