Skip to content

Setting column_width does not make long strings wrap #302

@vivodi

Description

@vivodi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions