first commit
This commit is contained in:
8
entrypoints/startup.sh
Normal file
8
entrypoints/startup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
set -e
|
||||
|
||||
echo "[+] Formatting and checking..."
|
||||
echo
|
||||
ruff check --fix
|
||||
black .
|
||||
|
||||
python main.py
|
||||
Reference in New Issue
Block a user