PyCQA / docformatter

Formats docstrings to follow PEP 257
https://pypi.python.org/pypi/docformatter
MIT License
530 stars 62 forks source link

fix: handle blank lines after class definition properly #142

Closed weibullguy closed 1 year ago

weibullguy commented 1 year ago

This pull request no longer removes blank lines after class definitions when there is no class docstring, but will remove blank lines between the class definition and the docstring.

Closes #139

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3798392842


Totals Coverage Status
Change from base Build 3798047370: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls