npx lint-staged -c "lint-staged.pre-commit.json"
cargo fmt --all
cargo fix --allow-staged --allow-dirty
git update-index -g
