Skip to content

Type hinting currently not supported #9

@m-roberts

Description

@m-roberts

mypy produces an error:

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

This currently requires an override:

[[tool.mypy.overrides]]
module = "iterable.*"
ignore_missing_imports = true

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