Closed
Description
Maybe we should run stubgen against all standard library modules and include the generated stubs in the repo with little or no manual review. Even if some of them might be of limited use, it's better to have some stubs for every module rather than only having manually vetted stubs for a subset of the modules.
Similarly, we could auto-generate stubs for the most widely used 3rd party modules. It would probably make sense to verify stubs for 3rd party modules more carefully as they may be more likely to do things that will confuse the stub generator -- but that's just a hunch.
It would then be easy for people to file issues against stubs that have issues and send pull requests that add type annotations to stubs.