1
0
Fork 0
ptpython/mypy.ini

7 lines
128 B
INI
Raw Normal View History

[mypy]
ignore_missing_imports = True
no_implicit_optional = True
platform = win32
strict_equality = True
strict_optional = True