dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Add maximum line length support #74

Open guillochon opened 5 years ago

guillochon commented 5 years ago

At the moment it appears that there's no way to specify a maximum line length, and thus many of the docstrings overhang and need to be manually corrected. It would be great to have this as an option!

introt commented 3 years ago

Related: #76 (both need rewrapping)