1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)2 forks (2 forks)auto 404
Good First Issue
Repository metrics
- Stars
- 6 stars (6 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Use
gitpython instead of executing things like cd ... && git ... using a shell and parsing the result.
- Use the normal python logging infrastructure instead of
print("DEBUG: ...")
- Migrate to a standard
pyproject.toml setup
Contributor guide
- Research direction
- Inspect the HotfixStatusChecker source, identify shell out git calls and replace them with gitpython. Convert print debug lines to logging. Finally, configure the project with pyproject.toml.
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Prerequisites
- PythonGit