Skip to content

Commit 5067794

Browse files
committed
Re-arrange pyproject.toml
1 parent e0a2b39 commit 5067794

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,24 @@ classifiers = [
1212
dynamic = ["version", "description"]
1313
requires-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]
1625
Home = "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]
1934
minversion = "9.0"
2035
addopts = [
@@ -28,12 +43,6 @@ strict = true
2843
allow_redefinition = true
2944
warn_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]
3847
target-version = "py314"
3948
select = [
@@ -78,12 +87,3 @@ order-by-type = false
7887

7988
[tool.ruff.flake8-implicit-str-concat]
8089
allow-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-
]

0 commit comments

Comments
 (0)