Skip to content

Commit 855d42d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b665b1a commit 855d42d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,23 @@ test = [
6969
"pytest-mock>=3.15.1",
7070
"setuptools>=80.9",
7171
]
72+
type = [
73+
"ty>=0.0.17",
74+
{ include-group = "docs" },
75+
{ include-group = "test" },
76+
]
7277
docs = [
7378
"furo>=2025.9.25",
7479
"sphinx-autodoc-typehints>=3.5.1",
7580
]
76-
type = [ "ty>=0.0.17", { include-group = "docs" }, { include-group = "test" }, ]
77-
lint = [ "pre-commit-uv>=4.1.5", ]
78-
pkg-meta = [ "check-wheel-contents>=0.6.3", "twine>=6.2", "uv>=0.9", ]
81+
lint = [
82+
"pre-commit-uv>=4.1.5",
83+
]
84+
pkg-meta = [
85+
"check-wheel-contents>=0.6.3",
86+
"twine>=6.2",
87+
"uv>=0.9",
88+
]
7989

8090
[tool.hatch]
8191
build.hooks.vcs.version-file = "src/pyproject_api/_version.py"

0 commit comments

Comments
 (0)