Skip to content

fix(types): add full type annotations to exceptions module for Mypy strict mode (#1508) #1717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cureprotocols
Copy link

This PR contributes to #1508 by adding complete type annotations to google/auth/exceptions.py.

✔️ Highlights:

  • Annotated all exception classes with explicit return types.
  • Replaced keyword-only arguments with **kwargs for Python 3.7 compatibility.
  • Ensured backward compatibility and preserved existing exception behavior.
  • Verified clean using: mypy --strict google/auth/exceptions.py

This continues the ongoing effort to fully type this library and improve static analysis support.

Let me know if any refinements are needed!

@cureprotocols cureprotocols requested review from a team as code owners April 3, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant