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

Unnecessary "# pyright: ignore" rule: "reportUnknownMemberType #13393

Closed
wants to merge 7 commits into from

Conversation

deborshi-web
Copy link

i remove Unnecessary "# pyright: ignore" rule: "reportUnknownMemberType"

@AlexWaygood
Copy link
Member

Thanks! Unfortunately, it looks like these are in fact necessary, and removing them makes our CI fail :-)

There was a bug in our GitHub workflow where the relevant workflow was running on pushes to main, but not on PRs that touched files in the lib/ directory. I fixed that bug in #13394

@deborshi-web
Copy link
Author

deborshi-web commented Jan 11, 2025

@AlexWaygood Will I be able to resend the PR again. If the GitHub workflow bug is resolved ?

@AlexWaygood
Copy link
Member

The GitHub workflow bug is resolved -- I fixed it in #13394. Now that the GitHub workflow bug is fixed, it demonstrates that these changes are incorrect, and that applying these changes causes our CI to fail. We won't merge a PR that causes our CI to fail :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants