diff --git a/backend/scripts/format.sh b/backend/scripts/format.sh new file mode 100644 index 0000000..7be2f81 --- /dev/null +++ b/backend/scripts/format.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e +set -x + +ruff check app scripts --fix +ruff format app scripts