-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Setting column_width
does not make long strings wrap.
[project]
name = "flexget"
description = """
FlexGet is a program aimed to automate downloading or processing content (torrents,
podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
"""
After running pyproject-fmt
, the above became:
[project]
name = "flexget"
description = "FlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
The readability actually got worse after using pyproject-fmt
.
Metadata
Metadata
Assignees
Labels
No labels