| Issue |
79043
|
| Summary |
Missing python lldb type hints for mypy
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
briandw
|
echo "import lldb" > test.py
mypy test.py
test.py:1: error: Skipping analyzing "lldb": module is installed, but missing library stubs or py.typed marker [import-untyped]
test.py:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Found 1 error in 1 file (checked 1 source file)
Seems like the model has type hints. Why doesn't the module support mypy?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs