@@ -71,6 +71,11 @@ if [ "${1:-}" = "format-check" ]; then
exec uv run --group dev ruff format --check "$@"
fi
if["${1:-}"="type-check"];then
shift
exec uv run --group dev pyright "$@"
fi
BACKEND_PID=""
FRONTEND_PID=""
WORKER_PID=""
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.