We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7f96b commit 874a23eCopy full SHA for 874a23e
2 files changed
changelog.d/+61e5fc10.changed.md
@@ -0,0 +1 @@
1
+Format `pyproject.toml`.
template/pyproject.toml.jinja
@@ -87,6 +87,11 @@ dev = [
87
{ include-group = "test" },
88
{ include-group = "type" },
89
]
90
+test = [
91
+ "coverage>=7.11",
92
+ "pytest>=8.3.4",
93
+ "pytest-xdist>=3.6.1",
94
+]
95
type = [
96
"mypy>=1.15",
97
@@ -102,11 +107,6 @@ docs = [
102
107
lint = [
103
108
"pre-commit>=4.2",
104
109
105
-test = [
106
- "coverage>=7.11",
- "pytest>=8.3.4",
- "pytest-xdist>=3.6.1",
-]
110
release = [
111
"towncrier>=24.8",
112
0 commit comments