Skip to content

Conversation

cureprotocols
Copy link

📝 Description

This PR contributes to issue #1508 by applying full type annotations to google/oauth2/webauthn_types.py.

All functions, methods, and class properties now comply with Mypy's --strict mode.

✅ Highlights:

  • Annotated all method signatures and dataclass fields.
  • Handled all Optional, Union, Dict, and List types accurately.
  • Maintained full compatibility with Python 3.7+ and the existing library behavior.
  • Verified clean with:
mypy --strict google/oauth2/webauthn_types.py

This is part of the ongoing effort to improve type safety and maintainability across the library. Let me know if anything needs refining!

@cureprotocols cureprotocols requested review from a team as code owners April 3, 2025 01:43
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