1 commentaire (1 commentaire)0 réaction (0 réaction)0 personne assignée (0 personne assignée)2 forks (2 forks)auto 404
Good First Issue
Métriques du dépôt
- Stars
- 6 étoiles (6 étoiles)
- Métriques de merge PR
- Métriques PR en attente (Métriques PR en attente)
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
Guide contributeur
- Direction de recherche
- Inspectez le code source de HotfixStatusChecker, identifiez les appels git via shell et remplacez les par gitpython. Convertissez les lignes de débogage print en logging. Enfin, configurez le projet avec pyproject.toml.
- Stack technique
- python
- Domaine
- tooling
- Type d'issue
- Refactorisation
- Prérequis
- PythonGit