olirice / alembic_utils

An alembic/sqlalchemy extension for migrating sql views, functions, triggers, and policies
https://olirice.github.io/alembic_utils
MIT License
211 stars 43 forks source link

feat: Fix pyright linting #136

Open candiduslynx opened 2 months ago

candiduslynx commented 2 months ago

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).

olirice commented 2 months ago

I'd be open to a PR but this isn't something I have bandwidth for at the moment.

For now I'd recommend excluding your migrations directory from pylint

Added help wanted tag