Skip to content

Commit

Permalink
Fix basepython
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Oct 22, 2024
1 parent 4e2dc61 commit 60fdfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ commands = [

[tool.tox.env."mypy"]
description = "run mypy"
basepython = "python3.11"
basepython = ["python3.11"]
deps = [
"-r tests/requirements.txt",
"mypy==1.11.2",
Expand Down

0 comments on commit 60fdfaf

Please sign in to comment.