5 commentaires (5 commentaires)0 réaction (0 réaction)0 personne assignée (0 personne assignée)Python1 378 forks (1 378 forks)batch import
good first issuehelp wantedtracking
Métriques du dépôt
- Stars
- 17 820 étoiles (17 820 étoiles)
- Métriques de merge PR
- Merge moyen 90j 10h (Merge moyen 90j 10h)31 PRs mergées en 30 j (31 PRs mergées en 30 j)
Description
Following https://github.com/ManimCommunity/manim/pull/3620, would be great to enforce linting on CI.
I propose using Ruff instead of flake8, it would avoid having to install a bunch of plugins and pyproject.toml configuration is supported.
Format could be included as well if the diff isn't to big.
Guide contributeur
- Direction de recherche
- Examinez la configuration actuelle du linting (flake8) et la configuration CI. Référez vous à la PR #3620 pour les modifications précédentes. Configurez Ruff pour le linting (et éventuellement le formatage), puis ajoutez un job CI pour l'exécuter.
- Stack technique
- python
- Domaine
- ci cd
- Type d'issue
- Fonctionnalité
- Prérequis
- GitPython