This website requires JavaScript.
Explore
Help
Sign In
all_in_one
/
backend_and_cms
Watch
1
Star
0
Fork
You've already forked backend_and_cms
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
677b0527c5
backend_and_cms
/
backend
/
scripts
/
format.sh
6 lines
74 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh -e
set
-x
ruff check app scripts --fix
ruff format app scripts
Reference in New Issue
View Git Blame
Copy Permalink