Searched defs:mypy (Results 1 – 3 of 3) sorted by relevance
1 [mypy] section2 disallow_any_generics = True3 disallow_incomplete_defs = True4 disallow_subclassing_any = True6 implicit_reexport = False7 namespace_packages = True8 no_implicit_optional = True9 scripts_are_modules = True10 warn_redundant_casts = True11 warn_unused_configs = True[all …]
1 [mypy] section2 strict = True3 disallow_untyped_calls = False4 python_version = 3.8
1 [mypy] section2 strict = True6 disable_error_code = type-arg