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

Run API type checks on Pyright, warn against Annotated & PEP 695 #92

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

hynek
Copy link
Owner

@hynek hynek commented Jun 27, 2024

The support for type is gonna be more complicated it seem, since it returns a TypeAliasType which is different from an type.

Fixes #74

The support for `type` is gonna be more complicated it seem, since it
returns a TypeAliasType which is different from an type.

Fixes #74
@hynek
Copy link
Owner Author

hynek commented Jun 27, 2024

@tdsmith I guess this is the way to go? 🤷‍♂️

@hynek hynek merged commit 840a1ad into main Jul 2, 2024
16 checks passed
@hynek hynek deleted the annotated-pep695 branch July 2, 2024 06:13
@tdsmith
Copy link

tdsmith commented Jul 2, 2024

Thanks!

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