Loading...
Loading...
Found 16 Skills
Interactively fix any type checking issues in Python code
Python 开发规范,包含 PEP 8 风格、类型注解、异常处理、测试规范等
Use when writing type annotations on variables. Use when TypeScript can infer the type. Use when code feels cluttered with types.
Systematic resolution of pyright/mypy type errors with categorization and fix templates. Use when pyright fails, type errors are reported, adding type annotations, or enforcing type safety. Analyzes Python type errors, categorizes them (missing annotations, incorrect types, generic issues, Optional/None handling), and applies fix patterns. Works with .py files and pyright output.