chanzuckerberg / cellxgene-census

CZ CELLxGENE Discover Census
https://chanzuckerberg.github.io/cellxgene-census/
MIT License
84 stars 20 forks source link

[python] add PEP 561 typing marker #806

Closed bkmartinjr closed 12 months ago

bkmartinjr commented 1 year ago

Add support for type checking code that uses the cellxgene-census python package.

Currently, running mypy on code that uses the cellxgene-census package receives an error from mypy:

Skipping analyzing "cellxgene_census": module is installed, but missing library stubs or py.typed marker

Minimally, we should add a PEP 561 py.typed marker.

bkmartinjr commented 1 year ago

blocked by single-cell-data/TileDB-SOMA#1798