6 lines
128 B
INI
6 lines
128 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
no_implicit_optional = True
|
|
platform = win32
|
|
strict_equality = True
|
|
strict_optional = True
|