Skip to content

Commit f3c07cd

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent 5b0d329 commit f3c07cd

2 files changed

Lines changed: 461 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,18 @@ dependencies = [
3030
Homepage = "https://github.com/MGross21/armctl"
3131
Issues = "https://github.com/MGross21/armctl/issues"
3232

33-
[project.optional-dependencies]
34-
dev = [
33+
[dependency-groups]
34+
format = [
3535
"ruff>=0.4.0;python_version>='3.11'",
36-
"pytest>=8.4.0;python_version>='3.11'"
36+
]
37+
38+
test = [
39+
"pytest>=6.0.0"
40+
]
41+
42+
dev = [
43+
{include-group = "format"},
44+
{include-group = "test"}
3745
]
3846

3947
[tool.ruff]

0 commit comments

Comments
 (0)