add missing files throughout the codebase (#102)

This commit is contained in:
Maxim Kurnikov
2019-07-09 05:18:15 +03:00
committed by GitHub
parent d8230a4147
commit 2799646723
67 changed files with 748 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
[mypy]
strict_optional = True
ignore_missing_imports = True
ignore_missing_imports = False
check_untyped_defs = True
warn_no_return = False
show_traceback = True