I have a project that i try to contribute too, and currently running mypy to check typing.
Cannot find implementation or library stub for module named "utils"
The layout of the project is the following:
src/
- subddir/
- utils/
- __init__.py
somefile.py
third_party_lib_stub.pyi
where i check src/subdir/somefile.py
How to let mypy find the utils package properly?