MichaelCurrin / py-project-template

Starter template for a Python app - including CI and docs 🐍 🌠
https://michaelcurrin.github.io/py-project-template/
MIT License
7 stars 3 forks source link

Handle type deps #16

Open MichaelCurrin opened 2 years ago

MichaelCurrin commented 2 years ago
mypy --install-missing-types

Only works when there is a cache

Can I run it later? There's a catch of you need packages to run checks to know which types are needed

Or lock down directly as types-requests in dev requirements