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 833a87a commit 9b9ee9eCopy full SHA for 9b9ee9e
pyproject.toml
@@ -39,10 +39,10 @@ dependencies = [
39
"mypy>=0.900; python_version>='3.11'",
40
]
41
42
-[project.urls]
43
-homepage = "https://github.com/realpython/pytest-mypy"
44
-
45
[project.entry-points.pytest11]
46
mypy = "pytest_mypy"
47
+[project.urls]
+homepage = "https://github.com/realpython/pytest-mypy"
+
48
[tool.setuptools_scm]
tox.ini
@@ -92,8 +92,8 @@ deps =
92
build[virtualenv] ~= 0.9.0
93
twine ~= 4.0.0
94
commands =
95
- {envpython} -m build --outdir {distdir} .
96
- twine {posargs:check} {distdir}/*
+ {envpython} -m build --outdir {envtmpdir} .
+ twine {posargs:check} {envtmpdir}/*
97
98
[testenv:static]
99
deps =
0 commit comments