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
We currently suggest to use hatch with a uv backend.
However, uv is already a quite powerful project management tool by itself.
The only piece that seems to be missing is a definition of development commands, such as
[tool.hatch.envs.docs]
features = [ "doc" ]
scripts.build = "sphinx-build -M html docs docs/_build {args}"
But there's an active discussion to support that as well: astral-sh/uv#5903.
The text was updated successfully, but these errors were encountered:
Thanks for the pointer! I don’t think keeping this open makes sense at the moment though.
Hatch’s environment definition is pretty fully-featured and mature. I don’t think uv can catch up within a few months (if they decide to grow that feature at all).
We currently suggest to use hatch with a uv backend.
However, uv is already a quite powerful project management tool by itself.
The only piece that seems to be missing is a definition of development commands, such as
But there's an active discussion to support that as well: astral-sh/uv#5903.
The text was updated successfully, but these errors were encountered: