Determine this is the right repository
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.
Determine this is the right repository
Summary of the feature request
The following libraries do not have type hints and stubs and thus present a challenge when
mypyperforms 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.