PyCQA / docformatter

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

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

Open orviz opened 8 months ago

orviz commented 8 months ago

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

weibullguy commented 2 months ago

Need to fix failing tests.