Remove --unsafe flag from Biome pre-commit hook
Per Biome official documentation, --unsafe should NOT be used in pre-commit hooks.
The --unsafe flag applies both safe AND unsafe fixes, which could break code logic.
Pre-commit hooks should only apply safe fixes using --write without --unsafe.
Co-authored-by: yuki-takei <1638767+yuki-takei@users.noreply.github.com>