mistercrunch opened a new pull request, #34409:
URL: https://github.com/apache/superset/pull/34409
This enhancement makes Codespaces development-ready out of the box by
automatically:
- Creating a Python virtual environment using `uv venv`
- Installing all development dependencies via `uv pip install -r
requirements/development.txt`
- Setting up pre-commit hooks with `pre-commit install`
- Configuring the environment to auto-activate the venv in all terminals
Developers no longer need to manually set up their Python environment when
creating a new Codespace. The virtual environment is persisted at
`/workspaces/{repo}/.venv` and automatically activated through container-level
environment variables, eliminating the need to run `source .venv/bin/activate`.
🤖 Generated with [Claude Code](https://claude.ai/code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]