My experiments with mypy.
In this repository I've got a package named mypy and instead of type hinting main.py in the same file, I'm trying to place the stubs in a different folder stubs/mypy.
The path to the stubs folder is mentioned in the file mypy.ini