From 5a77d69224936898e81010bb1c78fcb28e534318 Mon Sep 17 00:00:00 2001 From: Iwan Aucamp Date: Mon, 1 Feb 2021 00:43:14 +0100 Subject: initial type checking configuration add minimal annotations to pass checks --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2ca13c9..de68730 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = py{39,38,37,36,py3} style + typing docs skip_missing_interpreters = true @@ -14,6 +15,10 @@ deps = pre-commit skip_install = true commands = pre-commit run --all-files --show-diff-on-failure +[testenv:typing] +deps = -r requirements/typing.txt +commands = mypy + [testenv:docs] deps = -r requirements/docs.txt commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html -- cgit v1.2.1