We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dependency-groups documentation (https://docs.astral.sh/uv/concepts/dependencies/#dependency-groups) should explain how to set default dependency groups included when running uv synv.
uv synv
I see two ways:
[tool.uv] default-groups = ["lint", "docs"]
[dependency-groups] dev = [ { include-group = "lint" }, { include-group = "docs" }, ]
I think this covers 95% of the use-cases of #8594
The text was updated successfully, but these errors were encountered:
Is that not covered by https://docs.astral.sh/uv/concepts/projects/dependencies/#default-groups?
Sorry, something went wrong.
No branches or pull requests
The dependency-groups documentation (https://docs.astral.sh/uv/concepts/dependencies/#dependency-groups) should explain how to set default dependency groups included when running
uv synv
.I see two ways:
I think this covers 95% of the use-cases of #8594
The text was updated successfully, but these errors were encountered: