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
- Add type annotations for adapters dictionaries
- Add type: ignore comments for optional dependencies (typer, rich)
- Split long line to comply with line length limit (E501)
- Suppress untyped-decorator warning for typer command decorator
All linters now pass: ruff format, ruff check, and mypy strict mode.
0 commit comments