File tree Expand file tree Collapse file tree 1 file changed +26
-7
lines changed
Expand file tree Collapse file tree 1 file changed +26
-7
lines changed Original file line number Diff line number Diff 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 ]
3446homepage = " https://github.com/Synodic-Software/CPPython"
@@ -51,8 +63,15 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
5163cppython = " 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 ]
5877cppython = " cppython.console.entry:app"
You can’t perform that action at this time.
0 commit comments