Added checks directory to mypy

This commit is contained in:
Andrew Murray 2025-08-09 18:37:17 +10:00
parent b1cfa7769b
commit 5a90fb81cb

View File

@ -30,4 +30,4 @@ skip_install = true
deps =
-r .ci/requirements-mypy.txt
commands =
mypy conftest.py selftest.py setup.py docs src winbuild Tests {posargs}
mypy conftest.py selftest.py setup.py checks docs src winbuild Tests {posargs}