From ae79c0fa72323bb0a6cd547511bf836ecea7f1f0 Mon Sep 17 00:00:00 2001 From: Wong Chun Hong Date: Wed, 30 Aug 2023 00:46:15 +0100 Subject: [PATCH] tox mypy config --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index da428d8b..0467b977 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands = pre-commit run --all-files --show-diff-on-failure [testenv:mypy] +basepython = python3.11 deps = mypy commands =