This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Support a new rule: no blank line after last docstring section #530
Open
Description
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!