ALSv/FSW
3
1[mypy]2check_untyped_defs = True3disallow_any_generics = True4disallow_untyped_calls = True5disallow_untyped_defs = True6ignore_missing_imports = True7strict_optional = False8 1[mypy]2check_untyped_defs = True3disallow_any_generics = True4disallow_untyped_calls = True5disallow_untyped_defs = True6ignore_missing_imports = True7strict_optional = False8