PyCQA / docformatter

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

Get multiline values as a list for INI files. #276

Open orviz opened 9 months ago

orviz commented 9 months ago

Multiline values are now obtained as lists when parsing INI files (this is the case of e.g. setup.cfg).

weibullguy commented 3 months ago

Need to fix failing tests.