My monorepo for various tools and showcases
Run VScode task called Install requirements or alternatively run sh .vscode/install_requirements.sh or alternatively run uv sync in the python projects.
Open the Command Palette and Workspaces: Add Folder to Workspace... and select the folders you want to edit.
Now set up the correct interpreter path.
TODO
To avoid packages with large packages, we can use pipdeptree
uv run pipdeptree > deps.txtuv run pre-commit install
uv run pre-commit run --all-files --verbose --hook-stage pushThis runs pylint, mypy, pytest tests, apply autoformatter yapf
earthly +format
Convert JSON API response to types Convert curl to python requests