microsoft / python-type-stubs

A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.
MIT License
249 stars 96 forks source link

Add missing py.typed files #284

Closed debonte closed 1 year ago

debonte commented 1 year ago

Add py.typed files for cv2, lightgbm, and sklearn which are already present in the Pylance bundle.

It's not clear to me if these files should exist given https://peps.python.org/pep-0561/#stub-only-packages. But my current goal is primarily to get python-type-stubs in sync with Pylance. We can change this later if needed.