1
0
Fork 0
ptpython/mypy.ini
Daniel Baumann 3623c97041
Merging upstream version 3.0.21.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 18:28:35 +01:00

6 lines
128 B
INI

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