Skip to content

Ship a py.typed file to indicate inline type information #107

@Qrashi

Description

@Qrashi

This library seems to have full inline typing information, mypy runs without errors even with

warn_return_any = true
warn_unused_configs = true

removed from pyproject.toml.

But when i use the library and run mypy i get [import-untyped] errors even tough the library has inline typing information.

Ship a py.typed file according to pep 561 to indicate that the package supports typing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions