Migrate to uv #6

Open
guille wants to merge 2 commits from uv_migration into hilevel_serman
Collaborator

Converts our pyproject.toml’s poetry-specific sections to expect uv usage.

Much thx to @guille for running the converter for us 😏


still todo for this to land

  • figure out if the pdbp REPL’s lack of tab completion discovered while using piker is something py-env specific or something to do with (at least for @goodboy’s usage) the use of uv run xonsh..

  • figure out where we want to land this in the repo’s upstream history?

Converts our `pyproject.toml`'s `poetry`-specific sections to expect `uv` usage. Much thx to @guille for running the converter for us :smirk: --- #### still todo for this to land - [ ] figure out if the `pdbp` REPL's lack of tab completion discovered while using `piker` is something py-env specific or something to do with (at least for @goodboy's usage) the use of `uv run xonsh`.. - [ ] figure out *where* we want to land this in the repo's upstream history? - feels like getting it in to `master` after the merge of the main outstanding dev-branch PR on GH (pretty sure it's https://github.com/goodboy/tractor/pull/357) so that we can use it sooner-then-later!
guille added 1 commit 2025-01-22 17:56:17 +00:00
goodboy added 1 commit 2025-02-14 18:25:15 +00:00

Also tossed in a ruff.toml based on their default since we’re apparently going all in on Astral these days 😎

Also tossed in a `ruff.toml` based on their default since we're apparently going all in on `Astral` these days 😎
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b uv_migration hilevel_serman
git pull origin uv_migration

Step 2:

Merge the changes and update on Gitea.
git checkout hilevel_serman
git merge --no-ff uv_migration
git push origin hilevel_serman
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: goodboy/tractor#6
There is no content yet.