From 2c203e7e87cebccc76190d127708d9a6b6b542b1 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 4 Sep 2023 01:10:14 +0200 Subject: [PATCH] add mypy test to workflow --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ee68ef7..f783a0e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, docs, flake8 +envlist = py38, py39, py310, py311, docs, flake8, mypy [gh-actions] python =