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

chore: add pyright type checking to workflows python code #429

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

stevekeay
Copy link
Contributor

@stevekeay stevekeay commented Nov 1, 2024

We have two options - mypy or pyright. This PR explores the pyright option. #424 explores the other

Copy link

github-actions bot commented Nov 1, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
178 85 48% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 1a0b48d by action🐍

@stevekeay stevekeay changed the title Add pyright type checking to workflows python code Chore: add pyright type checking to workflows python code Nov 1, 2024
@stevekeay stevekeay changed the title Chore: add pyright type checking to workflows python code chore: add pyright type checking to workflows python code Nov 1, 2024
Steve Keay added 5 commits November 1, 2024 14:36
The graphql query was changed at some point, but the example was never updated to suit
Note that we hard-code python deps because the pre-commit checker operates in
its own independent venv and cannot access the deps that poetry installs.  This
seems broken, as it allows the versions to drift.  However it is better than
nothing.
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.

1 participant