Skip to content

Commit 06e65a3

Browse files
committed
Update pyproject.toml
1 parent 86d1580 commit 06e65a3

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

pyproject.toml

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,27 @@ dependencies = [
2020
]
2121

2222
[project.optional-dependencies]
23-
pytest = ["pytest>=8.3.5", "pytest-mock>=3.14.0"]
23+
pytest = [
24+
"pytest>=8.3.5",
25+
"pytest-mock>=3.14.0",
26+
]
2427

25-
git = ["dulwich>=0.22.8"]
28+
git = [
29+
"dulwich>=0.22.8",
30+
]
2631

27-
pdm = ["pdm>=2.23.1"]
32+
pdm = [
33+
"pdm>=2.23.1",
34+
]
2835

29-
cmake = ["cmake>=4.0.0"]
36+
cmake = [
37+
"cmake>=4.0.0",
38+
]
3039

31-
conan = ["conan>=2.15.0", "jinja2>=3.1.6"]
40+
conan = [
41+
"conan>=2.15.0",
42+
"jinja2>=3.1.6",
43+
]
3244

3345
[project.urls]
3446
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -51,8 +63,15 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
5163
cppython = "cppython.test.pytest.fixtures"
5264

5365
[dependency-groups]
54-
lint = ["ruff>=0.11.5", "mypy>=1.15.0"]
55-
test = ["pytest>=8.3.5", "pytest-cov>=6.1.1", "pytest-mock>=3.14.0"]
66+
lint = [
67+
"ruff>=0.11.5",
68+
"mypy>=1.15.0",
69+
]
70+
test = [
71+
"pytest>=8.3.5",
72+
"pytest-cov>=6.1.1",
73+
"pytest-mock>=3.14.0",
74+
]
5675

5776
[project.scripts]
5877
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)