lakeFS
lakeFS copied to clipboard
[Bug]: Python library is missing a py.typed file
What happened?
The Python library installed via pip install lakefs
does appear to have type hints. However, mypy won't use them unless there's a py.typed
file in the package. As such mypy won't type check any code that uses lakefs.
Expected behavior
It has a py.typed file and mypy will use the type hints.
lakeFS version
0.6.0
How lakeFS is installed
pip install lakefs
Affected clients
Python lakefs client 0.6.0
Relevant log output
Skipping analyzing "lakefs": module is installed, but missing library stubs or py.typed marker
### Contact details
[email protected]