tractor icon indicating copy to clipboard operation
tractor copied to clipboard

Add back latest mypy since `trio-typing` 0.7.0 is now compat

Open goodboy opened this issue 3 years ago • 1 comments

After https://github.com/python-trio/trio-typing/issues/50 was fixed but now we have more errors from latest mypy 😂

Lurkerz help!

goodboy avatar Dec 17 '21 00:12 goodboy

tractor/trionics/_mngrs.py:90: error: Argument 1 to "tuple" has incompatible type "ValuesView[Optional[Any]]"; expected "Iterable[T]"

wat.

goodboy avatar Dec 17 '21 00:12 goodboy

Landed as part of #335.

goodboy avatar Oct 09 '22 23:10 goodboy