Skip to content

Commit 874a23e

Browse files
committed
refactor: format pyproject.toml
1 parent 6d7f96b commit 874a23e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

changelog.d/+61e5fc10.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Format `pyproject.toml`.

template/pyproject.toml.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ dev = [
8787
{ include-group = "test" },
8888
{ include-group = "type" },
8989
]
90+
test = [
91+
"coverage>=7.11",
92+
"pytest>=8.3.4",
93+
"pytest-xdist>=3.6.1",
94+
]
9095
type = [
9196
"mypy>=1.15",
9297
{ include-group = "test" },
@@ -102,11 +107,6 @@ docs = [
102107
lint = [
103108
"pre-commit>=4.2",
104109
]
105-
test = [
106-
"coverage>=7.11",
107-
"pytest>=8.3.4",
108-
"pytest-xdist>=3.6.1",
109-
]
110110
release = [
111111
"towncrier>=24.8",
112112
]

0 commit comments

Comments
 (0)