CoolFace
Apppublic

Backup-bdg/OpenHands

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
mypy.ini10 linesDownload Raw Back to python
1[mypy]2warn_unused_configs = True3ignore_missing_imports = True4check_untyped_defs = True5explicit_package_bases = True6warn_unreachable = True7warn_redundant_casts = True8no_implicit_optional = True9strict_optional = True10