Skip to content

Commit 60fdfaf

Browse files
committed
Fix basepython
1 parent 4e2dc61 commit 60fdfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ commands = [
9494

9595
[tool.tox.env."mypy"]
9696
description = "run mypy"
97-
basepython = "python3.11"
97+
basepython = ["python3.11"]
9898
deps = [
9999
"-r tests/requirements.txt",
100100
"mypy==1.11.2",

0 commit comments

Comments
 (0)