-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
C: conventionRelates to docstring format conventionRelates to docstring format conventionP: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documentedU: high
Description
I just tried upgrading my project from docformatter v1.7.7 to 1.7.8rc1. I immediately reverted that upgrade because it introduces many seemingly unnecessary formatting regressions. There are too many to list here, but you can see them for yourself by changing the version in .pre-commit-config.yaml here: https://github.com/whoschek/bzfs/blob/main/.pre-commit-config.yaml#L41
and then run
pre-commit install --install-hooks; pre-commit run --all-files
I don't know if these formatting changes are intentional or not. If they are intentional, please disregard this post, and I will still appreciate docformatter. Thanks for this nice tool! Otherwise consider it as a testcase that might be helpful to weed out some corner cases.
Metadata
Metadata
Assignees
Labels
C: conventionRelates to docstring format conventionRelates to docstring format conventionP: bugPEP 257 violation or existing functionality that doesn't work as documentedPEP 257 violation or existing functionality that doesn't work as documentedU: high