Skip to content

Commit 2a4be7d

Browse files
committed
📦🎨 Reorder pyproject.toml sections for better organization
1 parent 61bf3ed commit 2a4be7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎project_name/pyproject.toml.jinja‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ dependencies = [
6767
# {{ project_name }} = "{{ package_name }}.gui:app.run"
6868

6969

70-
[tool.uv]
71-
required-version = ">=0.7.3"
72-
default-groups = ["dev", "test", "typing"]
73-
74-
7570
[dependency-groups]
7671
dev = [
7772
## used in the justfile
@@ -118,6 +113,11 @@ typing = [
118113
]
119114

120115

116+
[tool.uv]
117+
required-version = ">=0.7.3"
118+
default-groups = ["dev", "test", "typing"]
119+
120+
121121
[tool.hatch]
122122
{%- if get_package_version_from_vcs %}
123123
version.source = "vcs"

0 commit comments

Comments
 (0)