And make sure there are no re-export errors when test errors are not ignored (since the tests are the only code using the exports), see #696
This basically means, all dummy variable statements that are just there to make flake8 happy need to be changed to redundant "as" imports.
And then enable no-implicit-reexport in the mypy config.