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
Improve mypy configuration and add type stub dependencies
- Add type stub packages (types-PyYAML, types-requests, types-paramiko) to dev dependencies
- Configure mypy to focus on project files only with proper excludes
- Disable warn_return_any to match original setup behavior
- Note: External MCP package has Python 3.10+ syntax incompatible with mypy target 3.8
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments