fix ci typecheck tests

This commit is contained in:
Maxim Kurnikov
2019-01-05 19:32:32 +03:00
parent dbf6538795
commit c4e8f09ed1
5 changed files with 5 additions and 7 deletions

10
scripts/mypy.ini Normal file
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