This commit is contained in:
2025-09-08 16:35:37 +08:00
parent de6656e562
commit c486dfc6c1

View File

@@ -0,0 +1,5 @@
#!/bin/sh -e
set -x
ruff check app scripts --fix
ruff format app scripts