1 commento (1 commento)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)2 fork (2 fork)auto 404
Good First Issue
Metriche repository
- Star
- 6 stelle (6 stelle)
- Metriche merge PR
- Metriche PR in attesa (Metriche PR in attesa)
Descrizione
- 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
Guida contributor
- Direzione di ricerca
- Ispeziona il codice sorgente di HotfixStatusChecker, identifica le chiamate git tramite shell e sostituiscile con gitpython. Converti le righe di debug print in logging. Infine, configura il progetto con pyproject.toml.
- Tech stack
- python
- Dominio
- tooling
- Tipo issue
- Refactoring
- Prerequisiti
- PythonGit