alembic_utils
alembic_utils copied to clipboard
feat: Fix pyright linting
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).