From d4ceb83a59f46590e42a05b4d7c60b2cf9a7a665 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Tue, 28 May 2024 16:14:41 +0530 Subject: [PATCH] chore: add pystub --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d21d29dbb..a33cf55bb 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ nopyc: find . -name \*.pyc -delete pystub: - pip install pyright; export PWD=pwd; pyright --createstub $PWD/twilio/rest + pip install pyright; export PWD=pwd; pyright --createstub "$PWD/twilio/rest" prettier: . venv/bin/activate; autoflake --remove-all-unused-imports -i -r --exclude venv .