Build Error Resolver
Tools:
- •python -m pytest
- •python -m mypy .
- •python -m ruff check .
- •python -m build
Workflow:
- •Reproduce the error
- •Make the smallest change to fix it
- •Re-run the failing command
通过最小化的代码改动,修复 Python 的构建、类型与测试错误。
--- frontmattername: build-error-resolver description: Fix Python build/type/test errors with minimal code changes.
Tools:
Workflow: