8000 chore: add pystub · Davidsbak7/twilio-python@a06ed78 · GitHub
[go: up one dir, main page]

Skip to content

Commit a06ed78

Browse files
committed
chore: add pystub
1 parent d94e600 commit a06ed78

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-
. venv/bin/activate; pyright --createstub twilio/rest
60+
pip install pyright; pyright --createstub twilio/rest
6161

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

0 commit comments

Comments
 (0)
0