From 07e5eb9d18bcdcb153560d80206f0e90119f21ec Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Thu, 10 Jun 2021 17:31:02 +0200 Subject: [PATCH] Disable entirely the type checker for now. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f40978b4..6f25cc25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = --mypy +# addopts = --mypy [mypy]