lablup/raftify

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

オープン

#170 opened on 2024/10/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (14 件のフォーク)auto 404
cidxgood first issue

Repository metrics

Stars
 (45 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド