back to incremental = True for tests

This commit is contained in:
Maxim Kurnikov
2019-02-18 02:16:13 +03:00
parent 66224416b5
commit 632e063e22

View File

@@ -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