mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-19 23:25:51 -05:00
This commit updates the pre-commit hook to check for staged Rust files and format them using `cargo fmt`, while also formatting TypeScript/React code with `bun x ultracite fix`. The hook now re-stages formatted Rust files and combines exit codes to ensure proper error handling. Additionally, minor adjustments were made to improve output messages for formatted files.