1 parent 5b0d329 commit f3c07cdCopy full SHA for f3c07cd
2 files changed
pyproject.toml
@@ -30,10 +30,18 @@ dependencies = [
30
Homepage = "https://github.com/MGross21/armctl"
31
Issues = "https://github.com/MGross21/armctl/issues"
32
33
-[project.optional-dependencies]
34
-dev = [
+[dependency-groups]
+format = [
35
"ruff>=0.4.0;python_version>='3.11'",
36
- "pytest>=8.4.0;python_version>='3.11'"
+]
37
+
38
+test = [
39
+ "pytest>=6.0.0"
40
41
42
+dev = [
43
+ {include-group = "format"},
44
+ {include-group = "test"}
45
]
46
47
[tool.ruff]
0 commit comments