Skip to content

Commit 966c713

Browse files
authored
feat(uv) use dependency-groups.dev in pyproject.toml
See [legacy tool.uv.dev-dependencies in uv docs](https://docs.astral.sh/uv/concepts/dependencies/#default-groups) It fixes #22
1 parent 90de471 commit 966c713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Homepage = "https://{{cookiecutter.author_github_handle}}.github.io/{{cookiecutt
2323
Repository = "https://github.com/{{cookiecutter.author_github_handle}}/{{cookiecutter.project_name}}"
2424
Documentation = "https://{{cookiecutter.author_github_handle}}.github.io/{{cookiecutter.project_name}}/"
2525

26-
[tool.uv]
27-
dev-dependencies = [
26+
[dependency-groups]
27+
dev = [
2828
"pytest>=7.2.0",
2929
"pre-commit>=2.20.0",
3030
"tox-uv>=1.11.3",

0 commit comments

Comments
 (0)