Skip to content
Prev Previous commit
Next Next commit
chore: add pystub
  • Loading branch information
manisha1997 committed May 28, 2024
commit f353e23631d1419e3399237a35215057d7ffe14d
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down