Skip to content

Commit 9e02a84

Browse files
committed
Update pyproject.toml
1 parent ac712e9 commit 9e02a84

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ dependencies = [
2929
"tomlkit>=0.12.0",
3030
]
3131

32-
[project.optional-dependencies]
32+
[dependency-groups]
3333
dev = [
3434
"pytest>=7.0.0",
3535
"pytest-cov>=4.0.0",
36-
"ruff>=0.1.0",
36+
"ruff>=0.7.0",
3737
"mypy>=1.5.0",
3838
"pre-commit>=3.0.0",
3939
]
40+
test = [
41+
"pytest>=7.0.0",
42+
"pytest-cov>=4.0.0",
43+
]
4044

4145
[project.urls]
4246
Homepage = "https://github.com/gojiplus/devclean"

0 commit comments

Comments
 (0)