tox mypy config

This commit is contained in:
Wong Chun Hong 2023-08-30 00:46:15 +01:00
parent c439c70a45
commit ae79c0fa72

View File

@ -31,6 +31,7 @@ commands =
pre-commit run --all-files --show-diff-on-failure pre-commit run --all-files --show-diff-on-failure
[testenv:mypy] [testenv:mypy]
basepython = python3.11
deps = deps =
mypy mypy
commands = commands =