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

Skip to content 10000

Commit cd20dd1

Browse files
committed
chore: add pystub
1 parent 06bafad commit cd20dd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ clean:
5656
nopyc:
5757
find . -name \*.pyc -delete
5858

59-
pystub:
60-
. venv/bin/activate; pyright --createstub .
6159

6260
prettier:
61+
. venv/bin/activate; pyright --createstub .
6362
. venv/bin/activate; autoflake --remove-all-unused-imports -i -r --exclude venv .
6463
. venv/bin/activate; black .
6564

0 commit comments

Comments
 (0)
0