mypyでCannot find implementation or library stub for module named 'spam'
#mypy
mypy --ignore-missing-imports
Silently ignore imports of missing modules
mypy.ini でも設定できる
https://qiita.com/ocknamo/items/6341d0a7757c668782c8
mypyのエラーメッセージとともに案内されたリンク
https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
TODO
現場のPython (mypy)
でも取り上げられているかも