finish strict_optional support, enable it for typechecking of django tests

This commit is contained in:
Maxim Kurnikov
2019-02-18 00:52:56 +03:00
parent 400a0f0486
commit f980311be0
16 changed files with 140 additions and 41 deletions

View File

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