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

Add Pyright static type checking to validation pipeline #102

Merged
merged 6 commits into from
Nov 10, 2023

Conversation

johnstairs
Copy link
Member

@johnstairs johnstairs commented Nov 9, 2023

Adding Pyright type checking and fixing/suppressing various issues. The generated code should now pass Pyright strict validation.

Mypy emits many more spurious issues and its performance is much worse, so we are not attempting to support it at this time.

Addresses #97

@johnstairs johnstairs merged commit 714ab18 into main Nov 10, 2023
14 checks passed
@johnstairs johnstairs deleted the johnstairs/pyright branch November 10, 2023 17:08
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