1 2 3 4 5 6 7 8
[mypy] ignore_missing_imports = True no_implicit_optional = True warn_return_any = False warn_unused_configs = True disallow_untyped_defs = False check_untyped_defs = False exclude = venv/