backend_and_cms/backend/scripts/format.sh

6 lines
74 B
Bash
Raw Normal View History

2024-09-17 12:11:39 +08:00
#!/bin/sh -e
set -x
ruff check app scripts --fix
ruff format app scripts