Skip to content

DX: define developer environment with uv #301

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

Merged
merged 29 commits into from
Oct 21, 2024
Merged

DX: define developer environment with uv #301

merged 29 commits into from
Oct 21, 2024

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Oct 11, 2024

### Tasks
- [x] Share `passenv` through `testenv`
- [x] Remove `FORCE_COLOR`
- [x] Set `PYTHONWARNINGS=` in `doc` job (if needed)
- [x] Write CLI flags in full, with quotation marks, and with `=` sign
- [x] Use `--ignore` instead of `--re-ignore` in `sphinx-autobuild`
- [x] Set random port for [`sphinx-autobuild`](https://pypi.org/project/sphinx-autobuild) (`--port=0`)
- [x] Check descriptions with `tox list`
- [x] Improve main `tox run`, i.e. reconsider the `envlist` under `[tox]`
- [x] Group `doc` jobs for `tox list` (i.e. `docnb` right after `doc` and `docnblive` right after `doclive`)
- [x] List `.virtual_documents` and `.ipynb_checkpoints` under `--re-ignore`

@redeboer redeboer added the 🔨 Maintenance Maintenance and upkeep improvements label Oct 11, 2024
@redeboer redeboer self-assigned this Oct 11, 2024
@redeboer redeboer added the 🖱️ DX Improvements to the Developer Experience label Oct 11, 2024
@redeboer redeboer changed the title MAINT: update lock files DX: define developer environment with uv Oct 15, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@redeboer redeboer marked this pull request as ready for review October 18, 2024 12:43
@redeboer redeboer marked this pull request as draft October 18, 2024 14:56
@redeboer redeboer marked this pull request as ready for review October 21, 2024 14:15
@redeboer redeboer enabled auto-merge (squash) October 21, 2024 14:16
@redeboer redeboer merged commit ac8b316 into main Oct 21, 2024
19 checks passed
@redeboer redeboer deleted the modernize-dev branch October 21, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖱️ DX Improvements to the Developer Experience 🔨 Maintenance Maintenance and upkeep improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up tox configuration with base key Speed up creation of developer environment Speed up Binder builds by limiting dependencies
1 participant