-
-
Notifications
You must be signed in to change notification settings - Fork 427
ci: add pyright workflow #1232
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
base: main
Are you sure you want to change the base?
ci: add pyright workflow #1232
Conversation
This reverts commit 471e39d.
|
not quite sure why atm the check passes on the PR (incorrect) but not on the commit (correct), but I suspect that review dog is filtering the errors on the PR because they don't stem from anything modified here, in that case this wouldn't be a problem (and indeed the desired behaviour) in normal use |
|
There are now PRs open for all remaining Pyright errors, once those are merged this PR should be mergable, save for any issues that show up in review. |
Summary
Adds a pyright workflow using reviewdog (see #1061).
While this is intended to be merged once the code base is ready, in the mean-time I whipped this up to give us an idea were we are in the process of getting there.
PS: I didn't remove the mypy workflow, but it might make sense to put that into this PR as well.
Tasks Completed