It's Format source code, run lint test, your tests, and generate documentation.
bash
cargo install zuu
bash
cd project
echo -e "#!/bin/bash\n\nzuu" > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
git status
git add .
git commit -m "your message"