lablup/raftify
Apply code formatting and lint checks to `raftify-py` and `raftify-cli` packages
开放
#170 创建于 2024年10月15日
cidxgood first issue
仓库指标
- 星标
- (45 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.