Skip to content

Commit 45a2d5d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ test = [
6767
"pytest-cov>=6",
6868
"pytest-mock>=3.14",
6969
]
70+
type = [ "mypy==1.15", "types-setuptools>=80.9.0.20250801", { include-group = "test" } ]
71+
7072
lint = [ "pre-commit-uv>=4.1.4" ]
7173
pkg-meta = [ "check-wheel-contents>=0.6.1", "twine>=6.1", "uv>=0.5.31" ]
72-
type = ["mypy==1.15", "types-setuptools>=80.9.0.20250801", {include-group = "test"}]
7374

7475
[tool.hatch]
7576
build.hooks.vcs.version-file = "src/tox_uv/version.py"

0 commit comments

Comments
 (0)