Skip to content

py.typed marker file for mypy #887

@johncalls

Description

@johncalls

I'm using llm as a library. Running mypy on my project results in the following error:

error: Skipping analyzing "llm": module is installed, but missing library stubs or py.typed marker [import-untyped]

Adding a file py.typed locally to llm resolves the error for me. I'd suggest adding the marker (or stubs) to the library.

The corresponding PEP can be found here: https://peps.python.org/pep-0561/.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions