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
refactor: replace ty with pyright and improve configurations
- Replace experimental ty (0.0.1a16) with stable pyright (1.1+)
- Configure pyright with standard type checking mode
- Make pre-commit pytest less aggressive: only run fast tests (-k "not slow")
- Remove -q flag from pytest for better debugging visibility
- Clarify CLAUDE.md framework preferences as general guidelines
- Add missing newline to pre-commit config
- Update all references from ty to pyright in docs and commands
This makes the type checking more reliable while maintaining the
same strict code quality standards.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments