I have merged some more fixes for mypy to Twisted trunk branch.In trunk, you can run mypy with:tox -e mypyCurrently this results in 171 errors, which is way down from >1000 errorsa month ago.In addition, if you look at any new PR's there is a Mypy Ubuntu jobrunning on Azure pipeline, which runs mypy. Right now errors from this jobare ignored and does not block the PR. However, if we can get the mypyerrors down to zero, we can make mypy status a blocker for the PR.