Skip to content

descriptions in alembic revision files gets broken #242

@finswimmer

Description

@finswimmer

Hey,

alembic adds something like this to each revision file:

"""Add some column.

Revision ID: <some id>>
Revises: <some other id>
Create Date: 2023-01-06 10: 13:28.156709
"""

Starting from docformatter 1.7.1 on, docformatter breaks this description:

"""Add some column.

Revision ID: <some id>> Revises: <some other id> Create Date
: 2023-01-06 10: 13:28.156709
"""

I guess this has something to do with #201

Any chance to get this fixed?

fin swimmer

BTW: Thanks a lot for this wonderful tool!

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: styleRelates to docstring format style (e.g., Google, NumPy, Sphinx)P: bugPEP 257 violation or existing functionality that doesn't work as documentedU: mediumA relatively medium urgency issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions