Skip to content

mypy linting support #178

@rbtcollins

Description

@rbtcollins

Running mypy in a project that uses ghapi results in this error:

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

ghapi seems to have types already, so all that is missing is a py.typed marker.

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