Skip to content

Consider adding py.typed? #77

@peterschutt

Description

@peterschutt

My problem

src/app/client.py:5: error: Skipping analyzing "apiclient": found module but no type hints or library stubs  [import]
src/app/client.py:5: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

Solution I'd like

Add a py.typed file as per Missing type hints for third party library

Alternatives

Either ignore locally with type:ignore[import] in line or globally with ignore_missing_imports=true mypy flag.

Additional context

The library has fairly comprehensive types, so would be helpful to get them at the application level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions