ashwml's picture
Upload 233 files
5aa312d
[mypy]
warn_unreachable = False
warn_unused_ignores = True
follow_imports = skip
show_error_context = True
warn_incomplete_stub = True
ignore_missing_imports = True
check_untyped_defs = True
cache_dir = /dev/null
# Allow defining functions without any types.
disallow_untyped_defs = False
warn_redundant_casts = True
warn_unused_configs = True
strict_optional = True