Skip to content

Commit f5b6ed4

Browse files
committed
Migrate dev-dependencies to dependency-groups
1 parent 117b965 commit f5b6ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dynamic = ["version"]
3333
[project.scripts]
3434
python_training_project = "python_training_project.__main__:cli"
3535

36-
[tool.uv]
37-
dev-dependencies = [
36+
[dependency-groups]
37+
dev = [
3838
"coverage",
3939
"flake8",
4040
"mypy",

0 commit comments

Comments
 (0)