Files
life-echo/.husky/pre-commit
2026-03-19 14:36:40 +08:00

5 lines
139 B
Plaintext
Executable File

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/