We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38838c commit 45a2d5dCopy full SHA for 45a2d5d
pyproject.toml
@@ -67,9 +67,10 @@ test = [
67
"pytest-cov>=6",
68
"pytest-mock>=3.14",
69
]
70
+type = [ "mypy==1.15", "types-setuptools>=80.9.0.20250801", { include-group = "test" } ]
71
+
72
lint = [ "pre-commit-uv>=4.1.4" ]
73
pkg-meta = [ "check-wheel-contents>=0.6.1", "twine>=6.1", "uv>=0.5.31" ]
-type = ["mypy==1.15", "types-setuptools>=80.9.0.20250801", {include-group = "test"}]
74
75
[tool.hatch]
76
build.hooks.vcs.version-file = "src/tox_uv/version.py"
0 commit comments