typecheck django tests, allow failures

This commit is contained in:
Maxim Kurnikov
2019-01-05 19:10:23 +03:00
parent a3206e8884
commit 8a712d46b5
4 changed files with 35 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
[mypy]
strict_optional = False
ignore_missing_imports = True
check_untyped_defs = True
warn_no_return = False
show_traceback = True
warn_redundant_casts = True
plugins =
mypy_django_plugin.main