Ah so you may need to add type stubs for those lib...
# general
h
Ah so you may need to add type stubs for those libraries to your requirements.txt (or specify them in `[mypy].extra_type_stubs`: https://www.pantsbuild.org/docs/reference-mypy#extra_type_stubs
🤔 1