docformatter
docformatter copied to clipboard
Regressions with v1.7.8-rc1 vs v1.7.7
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.