CodeCraftLab / mypy.ini
S-Dreamer's picture
Upload 14 files
5dd070e verified
Raw
History Blame Contribute Delete
89 Bytes
[mypy]
python_version = 3.11
disallow_untyped_defs = True
ignore_missing_imports = True