/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
4a53611
Branches
main
benchmark-results
benchcompress
/
devel
/
format_code.sh
11 lines · 252 B
Copy
Copied
Blame
History
Raw
1
#!/bin/bash
2
3
# Format Python code
4
echo
"Formatting Python code..."
5
black zia_benchmark/src/zia_benchmark
6
7
# Format TypeScript/JavaScript code
8
echo
"Formatting TypeScript/JavaScript code..."
9
cd
web-ui && npm run format
10
11
echo
"Code formatting complete!"
↑
↓
move
↵
open
esc
close