zzz / dev_config /python /mypy.ini
ar08's picture
Upload 1040 files
246d201 verified
raw
history blame contribute delete
232 Bytes
[mypy]
warn_unused_configs = True
ignore_missing_imports = True
check_untyped_defs = True
explicit_package_bases = True
warn_unreachable = True
warn_redundant_casts = True
no_implicit_optional = True
strict_optional = True