ManimCommunity/manim

Add linting back to CI

Open

#3.622 aberto em 16 de fev. de 2024

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Python (1.378 forks)batch import
good first issuehelp wantedtracking

Métricas do repositório

Stars
 (17.820 stars)
Métricas de merge de PR
 (Mesclagem média 11d 17h) (4 fundiu PRs em 30d)

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.

Guia do colaborador