uv
8a1967d2
- Split workspace members onto their own lines in `uv init` (#12756)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
248 days ago
Split workspace members onto their own lines in `uv init` (#12756) ## Summary See the test cases. Previously, you could end up with something like: ```toml [tool.uv.workspace] members = [ "foo", "bar", "baz", "bop", ] ```
References
#12756 - Split workspace members onto their own lines in `uv init`
Author
charliermarsh
Parents
b9c5d4fe
Loading