You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andraftify-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.The text was updated successfully, but these errors were encountered: