alembic_utils icon indicating copy to clipboard operation
alembic_utils copied to clipboard

feat: Fix pyright linting

Open candiduslynx opened this issue 6 months ago • 1 comments

This is a follow-up for #134.

When running pyright against the generated alembic migrations, the reportAttributeAccessIssue is reported op.replace_entity, op.create_entity & op.drop_entity (maybe more, but I only use those).

candiduslynx avatar Jul 30 '24 09:07 candiduslynx