lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

Create a typeshed fork for Pygame Zero #265

Open lordmauve opened 2 years ago

lordmauve commented 2 years ago

mypy, pylance and other type checkers get their list of builtins from typeshed.

To add extra builtins in custom projects both support specifying an alternative typeshed.

This would require extra configuration on users' parts but at least gives a route to solving this issue across type checkers.