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

Remove seaborn. prefer useLibraryCodeForTypes #270

Closed Avasam closed 1 year ago

Avasam commented 1 year ago

Removing seaborn stubs as they're so light and basically unannotated that they're not beneficial over using useLibraryCodeForTypes. In fact it's hurting more than it is helping because it's hiding defaults, infered types from defaults, and falls out of date w/o maintenance.

Seaborn is partially annotated in some files, so they're open to type hints where useful. Better add hints to source if needed than even trying to migrate this one-file-partial-stub to typeshed at this point.