Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fix pyright linting #136

Open
candiduslynx opened this issue Jul 30, 2024 · 1 comment
Open

feat: Fix pyright linting #136

candiduslynx opened this issue Jul 30, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@candiduslynx
Copy link

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
Copy link
Owner

olirice commented Jul 30, 2024

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

@olirice olirice added the help wanted Extra attention is needed label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants