PyCQA / docformatter

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

fix: extend list of sphinx fields (#271) #295

Open finswimmer opened 1 month ago

finswimmer commented 1 month ago

Fixes an issue where several sphinx fields were not recognized and the resulting format was broken.

Fixes #271, #264

finswimmer commented 1 month ago

@weibullguy Any chance you will find some time to take a look at this?

finswimmer commented 3 days ago

Gently reminder :smiley:

(Without this fix we must stick to an older release of docformatter. And this older version is not compatible with the latest pre-commit release, so we cannot upgrade here as well.)

Thanks a lot for this great project!