Files
malenia/entrypoints/startup.sh
2026-04-05 21:06:43 +07:00

8 lines
91 B
Bash

set -e
echo "[+] Formatting and checking..."
echo
ruff check --fix
black .
python main.py