trio-typing icon indicating copy to clipboard operation
trio-typing copied to clipboard

Support mypy 1.11

Open Redoubts opened this issue 1 year ago • 2 comments

A couple changes force some fixes in the plugin,

https://github.com/python/mypy/pull/17304 took out an arg from UninhabitedType, and https://github.com/python/mypy/pull/17311 introduced TypeVarIds

I ran the tests, but let me know if there's anything else I should consider. I understand that newer trio versions make this plugin obsolete, but my code isn't there yet.

fixes #95

Redoubts avatar Sep 26 '24 01:09 Redoubts