fix integer set type

This commit is contained in:
Maxim Kurnikov
2019-02-20 02:38:39 +03:00
parent 78810f55b6
commit 5d8cdbcf29
10 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ warn_no_return = False
show_traceback = True
warn_redundant_casts = True
allow_redefinition = True
incremental = True
incremental = False
plugins =
mypy_django_plugin.main