This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add type stubs for 3rd party packages #9228
Labels
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
When mypy doesn't know what a type is it treats it as
Any
, this has lead to bugs that we thought mypy was catching. We should consider if we should flesh our more of our type hints from 3rd party modules instead of ignoring them.There's also the https://github.com/python/typeshed/ project, but according to that README it is included in mypy. It doesn't seem like there's too many projects available in that TBH.
The text was updated successfully, but these errors were encountered: