1 commentaire (1 commentaire)0 réaction (0 réaction)0 personne assignée (0 personne assignée)Python909 forks (909 forks)batch import
PR welcomegood first issue
Métriques du dépôt
- Stars
- 6 628 étoiles (6 628 étoiles)
- Métriques de merge PR
- Métriques PR en attente (Métriques PR en attente)
Description
After #634, we can add a style check job in CI to complement https://pre-commit.ci and the pre-commit hooks we have, running on PRs.
Guide contributeur
- Direction de recherche
- First, review issue #634 to understand the context and the existing pre commit hooks. Then, examine the current CI workflows in the .github/workflows/ directory to see the structure and naming patterns. Create a new workflow file that runs style checks (e.g., flake8 or black) on PRs, ensuring it complements the pre commit.ci integration. The workflow should be triggered on pull requests and should run the same checks as the pre commit hooks.
- Stack technique
- pythongithub actions
- Domaine
- ci cddevops
- Type d'issue
- Fonctionnalité
- Prérequis
- Read issue #634GitHub Actions basicspre commit knowledge