This commit is contained in:
2025-09-08 16:35:36 +08:00
parent 5d8b1d9b6d
commit de6656e562

8
backend/scripts/lint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
set -x
mypy app
ruff check app
ruff format app --check