Files
life-echo/.husky/pre-commit

5 lines
139 B
Plaintext
Raw Normal View History

2026-03-19 14:36:14 +08:00
npm run format && git add -u app-expo/
# Format Python files in api/ with ruff
cd api && uv run ruff format . && cd .. && git add -u api/