Good First Issue
Repository metrics
- Stars
- (6 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
- 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