Jiale Lin
Results
2
comments of
Jiale Lin
Hi there. Do we expect this issue to be resolved at any moment with any mypy releases? Or the only workaround now is to create .mypy_cache/ in our pipelines? Thanks!
> I'm creating a `Popen` object with one of the arguments being `stdin=subprocess.PIPE`. Afterwards, trying to call `popen_obj.stdin.write(command)` gives a mypy error: > > ``` > error: Item "None" of...