Skip to content

Change trio dependency for pyright to trio-typing #160

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

Closed
jakkdl opened this issue Mar 20, 2023 · 1 comment
Closed

Change trio dependency for pyright to trio-typing #160

jakkdl opened this issue Mar 20, 2023 · 1 comment

Comments

@jakkdl
Copy link
Member

jakkdl commented Mar 20, 2023

Since there's a bunch of stuff in trio that doesn't raise errors that trio-typing does, this would raise a bunch of warnings about eval files. But as typing in trio converges to the bar in trio-typing these errors would have to be addressed at some point sooner or later anyway.
Currently raises 60-ish errors, which mostly will just be ignored. (e.g. 35 errors in TRIO105 about expressions not being awaited ... because that's what the check tests for)

@jakkdl
Copy link
Member Author

jakkdl commented Feb 15, 2024

trio-typing is now deprecated as typehints have been added to mainline trio.

@jakkdl jakkdl closed this as completed Feb 15, 2024
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

No branches or pull requests

1 participant