enable incremental mode for tests, disable it for one so that it would pass

This commit is contained in:
Maxim Kurnikov
2019-02-21 00:06:09 +03:00
parent 2bd018951b
commit 6e6d1645d3
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[mypy]
incremental = False
incremental = True
strict_optional = True
plugins =
mypy_django_plugin.main