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
fix: resolve linting errors for modern Python type annotations
- Replace typing.List with modern list[str] syntax
- Fix import organization and remove unused typing imports
- Use proper Optional syntax with | None union type
- All linting checks now pass
- All 41 tests still passing
0 commit comments