Good First Issue
仓库指标
- 星标
- (6 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
- Use
gitpythoninstead of executing things likecd ... && git ...using a shell and parsing the result. - Use the normal python logging infrastructure instead of
print("DEBUG: ...") - Migrate to a standard
pyproject.tomlsetup