File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,24 @@ classifiers = [
1212dynamic = [" version" , " description" ]
1313requires-python = " ~=3.14.0"
1414
15+ [dependency-groups ]
16+ dev = [
17+ " coverage~=7.12.0" ,
18+ " mypy~=1.19.0" ,
19+ " pytest~=9.0.0" ,
20+ " pytest-cov~=7.0.0" ,
21+ " pytest-randomly~=4.0.1" ,
22+ ]
23+
1524[project .urls ]
1625Home = " https://github.com/rouge8/python-template"
1726
27+ [tool .hatch .version ]
28+ path = " src/python_template/__init__.py"
29+
30+ [tool .uv ]
31+ add-bounds = " exact"
32+
1833[tool .pytest ]
1934minversion = " 9.0"
2035addopts = [
@@ -28,12 +43,6 @@ strict = true
2843allow_redefinition = true
2944warn_unreachable = true
3045
31- [tool .hatch .version ]
32- path = " src/python_template/__init__.py"
33-
34- [tool .uv ]
35- add-bounds = " exact"
36-
3746[tool .ruff ]
3847target-version = " py314"
3948select = [
@@ -78,12 +87,3 @@ order-by-type = false
7887
7988[tool .ruff .flake8-implicit-str-concat ]
8089allow-multiline = false
81-
82- [dependency-groups ]
83- dev = [
84- " coverage~=7.12.0" ,
85- " mypy~=1.19.0" ,
86- " pytest~=9.0.0" ,
87- " pytest-cov~=7.0.0" ,
88- " pytest-randomly~=4.0.1" ,
89- ]
You can’t perform that action at this time.
0 commit comments