8 lines
175 B
INI
8 lines
175 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
disallow_any_generics = True
|
|
disallow_untyped_calls = True
|
|
disallow_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
strict_optional = False
|