Skip to content

Add type hints #96

@pietermarsman

Description

@pietermarsman

I use mypy and want to have type hints for retrying to fix this error:

error: Skipping analyzing "retrying": module is installed, but missing library stubs or py.typed marker  [import]
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

Current non-optimal solution is to ignore by adding the following lines to the mypy.ini config.

[mypy-retrying.*]
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