lablup/raftify

Apply code formatting and lint checks to `raftify-py` and `raftify-cli` packages

Ouverte

#170 ouverte le 15 oct. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (14 forks)auto 404
cidxgood first issue

Métriques du dépôt

Stars
 (45 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently, the code formatting and lint checks in the CI and pre-commit hooks are only applied to the raftify crate itself. Let's expand this to include the raftify-py and raftify-cli packages as well. To do so, we first need to run the cargo clippy command on these packages to fix any code that breaks the linting rules.

Guide contributeur