Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f353e23

Browse files
committed
chore: add pystub
1 parent d4ceb83 commit f353e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nopyc:
5757
find . -name \*.pyc -delete
5858

5959
pystub:
60-
pip install pyright; export PWD=pwd; pyright --createstub "$PWD/twilio/rest"
60+
pip install pyright; export PWD=pwd; pyright --createstub "${PWD}/twilio/rest"
6161

6262
prettier:
6363
. venv/bin/activate; autoflake --remove-all-unused-imports -i -r --exclude venv .

0 commit comments

Comments
 (0)