From 778bfca78cf3703668bf7ce68bd42bcbb02b5d38 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Wed, 22 Sep 2021 10:07:19 +0200 Subject: [PATCH] Make sure mypy is run with `tox` --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 16a3c2c7..ae7fb47a 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = lint flake8 + mypy py [testenv]