Describe the bug
mypy扫描提示错误:error: Skipping analyzing "khl": module is installed, but missing library stubs or py.typed marker
To Reproduce
Expected behavior
根据错误提示,
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
可知,这类问题是因为库未类型化引起的。
是否有计划增加类型化处理,来避免这个扫描错误?
Logs/Screenshots
Environment
- Python version: 3.12
- khl.py version: 0.3.17
- OS: Windows
Additional context
此外,用vscode似乎无法自动 from khl import xxx,似乎也是这个问题导致的
Describe the bug
mypy扫描提示错误:error: Skipping analyzing "khl": module is installed, but missing library stubs or py.typed marker
To Reproduce
Expected behavior
根据错误提示,
可知,这类问题是因为库未类型化引起的。
是否有计划增加类型化处理,来避免这个扫描错误?
Logs/Screenshots
Environment
Additional context
此外,用vscode似乎无法自动 from khl import xxx,似乎也是这个问题导致的