microsoft / pylance-release

Documentation and issues for Pylance
Creative Commons Attribution 4.0 International
1.7k stars 769 forks source link

Pyright users should be able to get all Pylance bundled stubs from a single place #4094

Open debonte opened 1 year ago

debonte commented 1 year ago

Most of the stubs that Pylance bundles come from https://github.com/microsoft/python-type-stubs, but we also get stubs from https://github.com/pandas-dev/pandas-stubs and https://github.com/sbdchd/django-types.

It would be nice if Pyright CLI users who want their stubs to be in sync with Pylance could somehow get them from one place.

Related to https://github.com/microsoft/pylance-release/issues/4085

Avasam commented 1 year ago

Related: https://github.com/microsoft/python-type-stubs/issues/264 and https://github.com/microsoft/python-type-stubs/issues/211