Files
e2b-dev--e2b/packages/python-sdk/Makefile
T
Mish Ushakov b21f86c543 Added lint workflow for JS, Python SDKs (#759)
- Linted all existing files
- Added GitHub workflow to check everything is linted correctly
2025-06-05 14:52:48 +02:00

13 lines
328 B
Makefile

generate-api:
python ./../../spec/remove_extra_tags.py sandboxes
openapi-python-client generate --output-path e2b/api/api --overwrite --path ../../spec/openapi_generated.yml
rm -rf e2b/api/client
mv e2b/api/api/e2b_api_client e2b/api/client
rm -rf e2b/api/api
init:
pip install openapi-python-client
lint:
ruff check .