Spaces:
Paused
Paused
| start: | |
| docker-compose up --build | |
| stop: | |
| docker-compose down | |
| migrate: | |
| alembic upgrade head | |
| lint: | |
| ruff app/ | |
| typecheck: | |
| mypy app/ | |
| test: | |
| pytest app/tests/unit | |
| test-integration: | |
| pytest app/tests/integration | |