python-dev
Installation
SKILL.md
Python 开发规范
参考来源: PEP 8、Google Python Style Guide
工具链
# 格式化
black . # 代码格式化
isort . # import 排序
# 类型检查
mypy . # 静态类型检查
pyright . # 备选