-
How can arguments be configured that should Always be used e.g. for uv in Default Environment? |
Beta Was this translation helpful? Give feedback.
Answered by
schussda
Aug 21, 2024
Replies: 1 comment
-
My solution was to look at the uv doku and set [tool.hatch.envs.default.env-vars] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
schussda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My solution was to look at the uv doku and set
[tool.hatch.envs.default.env-vars]
UV_PRERELEASE = "allow"