Skip to content

Check to see if these packages support type hints OR stubs for mypy compatibility #17045

@chalmerlowe

Description

@chalmerlowe

Determine this is the right repository

  • I determined this is the correct repository in which to report this feature request.

Summary of the feature request

The following libraries do not have type hints and stubs and thus present a challenge when mypy performs type hinting checks in the monorepo. A series of comments were added to the pandas-gbq library highlighting this fact as well as # type: ignore[error-code] pragmas.

Update these libraries to have type hinting and remove the comments and ignore pragmas.

  • # db-dtypes does not have type hints nor stubs that mypy uses for type checking.
  • # pydata-google-auth does not have type hints nor stubs that mypy uses for type checking.
  • # google-auth-oauthlib does not have type hints nor stubs that mypy uses for type checking.

Desired code experience

No response

Expected results

API client name and version

No response

Use case

e.g. This feature would be useful in a scenario where I need to process large amounts of data efficiently.

Additional context

e.g. This feature would help improve the performance of my application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage meI really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions