Describe the bug
Running mypy on a freshly installed version from pypi, on a bare project gives this.
main.py:10: error: Skipping analyzing "homeassistant_api": module is installed, but missing library stubs or py.typed marker
main.py:10: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Found 1 error in 1 file (checked 1 source file)
To Reproduce
- Create a new project with a main.py file
- Install
homeassistant_api and then add from homeassistant_api import Client to main.py
- Install and run
mypy main.py
Expected behavior
This shouldn't happen as homeassistant_api is typed.
Desktop (please complete the following information):
- OS: Ubuntu
- OS Version: 20.04
- HomeAssistantAPI Version: 3.0.2
Describe the bug
Running mypy on a freshly installed version from pypi, on a bare project gives this.
To Reproduce
homeassistant_apiand then addfrom homeassistant_api import Clientto main.pymypy main.pyExpected behavior
This shouldn't happen as
homeassistant_apiis typed.Desktop (please complete the following information):