Top "Mypy" questions

Mypy is an optional static type checker for Python.

Why does mypy think library imports are missing?

When I run mypy it complains that modules cannot be found: sal@ahfang:~/workspace/ecs/cx-project-skeleton-repo/src/cx-example-function$ pipenv run …

python mypy