5 lines
139 B
Plaintext
Executable File
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/
|