8000 chore: add pystub by manisha1997 · Pull Request #795 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

chore: add pystub #795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: add pystub
  • Loading branch information
manish 8000 a1997 committed May 28, 2024
commit d4ceb83a59f46590e42a05b4d7c60b2cf9a7a665
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
0