Skip to content

method to prevent linter removal of import #109

Open
@dhimmel

Description

@dhimmel

Nice library for essential migration functionality! You have earned my star and appreciation.

When using ruff to lint, unused imports are often removed by rule F401.

I could disable the removal with:

import alembic_postgresql_enum  # noqa: F401

It could make sense to put this # noqa: F401 comment in the readme or offer some no-op command that can be run so alembic_postgresql_enum is not deemed as unused.

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