PyCQA/pydocstyle

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

Open

#530 创建于 2021年4月1日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Python (1,106 star) (191 fork)batch import
Minor (New Feature)Waiting for Assigneegood first issuehelp wanted

描述

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!

贡献者指南