chanzuckerberg / single-cell

A collection of documents that reflect various design decisions that have been made for the cellxgene project.
MIT License
4 stars 2 forks source link

Exploratory work for gradual mypy adoption #539

Closed joyceyan closed 1 year ago

joyceyan commented 1 year ago

We might want to consider developing a script to append each offending mypy line with # type: ignore similar to how we did the Typescript migration. That way, we can turn on mypy and have it immediately be effective for all new parts of the codebase without needing to refactor existing code.