backend_and_cms/backend/scripts/lint.sh

9 lines
84 B
Bash
Raw Normal View History

2024-09-17 12:11:39 +08:00
#!/usr/bin/env bash
set -e
set -x
mypy app
ruff check app
ruff format app --check