trio-typing
                                
                                
                                
                                    trio-typing copied to clipboard
                            
                            
                            
                        Support mypy 1.11
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