[mypy] python_version = 3.8 no_incremental = True cache_dir=/dev/null disallow_untyped_defs = True disallow_any_unimported = True check_untyped_defs = True no_implicit_optional = True show_error_codes = True warn_redundant_casts = True warn_unused_ignores = True warn_return_any = True warn_unreachable = True [mypy-tqdm.*] ignore_missing_imports = True