Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove blank after comment #177

Merged
merged 2 commits into from
Apr 22, 2023
Merged

Conversation

weibullguy
Copy link
Member

Fixes problem with docformatter removing the blank following a class docstring when the docstring is followed by a comment.

Closes #176.

@weibullguy weibullguy added the C: style Relates to docstring format style (e.g., Google, NumPy, Sphinx) label Apr 22, 2023
@weibullguy weibullguy merged commit 91e3c9d into master Apr 22, 2023
@weibullguy weibullguy deleted the fix/remove_blank_after_comment branch April 22, 2023 04:25
@weibullguy weibullguy added S: merged Closed with work merged to repository P: bug PEP 257 violation or existing functionality that doesn't work as documented labels Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: style Relates to docstring format style (e.g., Google, NumPy, Sphinx) P: bug PEP 257 violation or existing functionality that doesn't work as documented S: merged Closed with work merged to repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blank line removal incompatible with black
1 participant