Skip to content

Commit d51251b

Browse files
committed
fix: rename dev-dependency section
Signed-off-by: Frost Ming <[email protected]>
1 parent 8394131 commit d51251b

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

pyproject.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,6 @@ includes = ["src"]
8686
package-dir = "src"
8787
source-includes = ["tests"]
8888

89-
[tool.pdm.dev-dependencies]
90-
91-
dev = [
92-
"editables>=0.3",
93-
"pre-commit>=2.21.0",
94-
"vendoring>=1.2.0; python_version ~= \"3.8\"",
95-
]
96-
docs = [
97-
"mkdocs>=1.4.2",
98-
"mkdocstrings[python]>=0.19.0",
99-
"mkdocs-material>=8.5.10",
100-
"mkdocs-version-annotations>=1.0.0",
101-
]
102-
10389
[tool.pdm.scripts]
10490
build = "python scripts/build.py"
10591
docs = "mkdocs serve"
@@ -138,3 +124,15 @@ test = [
138124
"pytest-xdist",
139125
"setuptools>=78.1.0",
140126
]
127+
128+
dev = [
129+
"editables>=0.3",
130+
"pre-commit>=2.21.0",
131+
"vendoring>=1.2.0; python_version ~= \"3.8\"",
132+
]
133+
docs = [
134+
"mkdocs>=1.4.2",
135+
"mkdocstrings[python]>=0.19.0",
136+
"mkdocs-material>=8.5.10",
137+
"mkdocs-version-annotations>=1.0.0",
138+
]

0 commit comments

Comments
 (0)