You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: Fix ruff linting issues - quotes and modern type parameters
- Changed single quotes to double quotes (Q000)
- Updated generic functions to use Python 3.12+ type parameters syntax (UP047)
- Removed explicit TypeVar in favor of modern type parameter syntax
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments