You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it can be an improvement not to get the list of packages out-of-date. Maybe we can have the `uv.toml` file generated from a jinja2 template. Was that the original idea?
The dependencies and uv.tool.sources are repetitive and error prone, plus they require updating when new packages are added. We could generate it from globs ideally.
Also looks like UV may support this directly in the future astral-sh/uv#7143
The text was updated successfully, but these errors were encountered:
aabmass
changed the title
Improve UV local dev setup to generate the list of sourcesI think it can be an improvement not to get the list of packages out-of-date. Maybe we can have the uv.toml file generated from a jinja2 template. Was that the original idea?
Improve UV local dev setup to generate the list of sources
Jan 15, 2025
Originally posted by @emdneto in #3124 (comment)
The
dependencies
anduv.tool.sources
are repetitive and error prone, plus they require updating when new packages are added. We could generate it from globs ideally.Also looks like UV may support this directly in the future astral-sh/uv#7143
The text was updated successfully, but these errors were encountered: