From 717ed2bc7a3299ebfe1a3886acf312d86f49471a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Sat, 23 Jan 2021 16:00:52 +0100 Subject: [PATCH] remove mypy from gh-actions config --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8ef2f93..75d5678 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ python = 3.6: py36 3.7: py37 3.8: py38 - 3.9: py39, pre-commit, mypy, coverage + 3.9: py39, pre-commit, coverage [flake8] max-line-length = 88