加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mypy.ini 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
[mypy]
ignore_missing_imports = False
python_version = 3.9
ignore_errors = False
follow_imports = normal
strict_optional = False
plugins = pydantic.mypy
check_untyped_defs = True
show_error_codes = True
warn_unused_ignores = True
pretty = True
no_implicit_optional = True
[mypy-py4j.java_gateway]
ignore_missing_imports = True
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化