disable incremental mode for tests to fix them

This commit is contained in:
Maxim Kurnikov
2019-01-24 19:43:35 +03:00
parent 5a0f00dde1
commit fbdb5ef4bd

View File

@@ -1,3 +1,4 @@
[mypy]
incremental = False
plugins =
mypy_django_plugin.main