From 632e063e22b6df7d1baf04afcc31b66ae1261d49 Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Mon, 18 Feb 2019 02:16:13 +0300 Subject: [PATCH] back to incremental = True for tests --- scripts/mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mypy.ini b/scripts/mypy.ini index 0933a35..bccc61f 100644 --- a/scripts/mypy.ini +++ b/scripts/mypy.ini @@ -6,7 +6,7 @@ warn_no_return = False show_traceback = True warn_redundant_casts = True allow_redefinition = True -incremental = False +incremental = True plugins = mypy_django_plugin.main