1 Star 0 Fork 16

北京-小义/wechatpy

forked from messense/wechatpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mypy.ini 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
# MyPy config file
# File reference here - http://mypy.readthedocs.io/en/latest/config_file.html#config-file
[mypy]
warn_redundant_casts = True
warn_unused_ignores = True
# Needed because of bug in MyPy
disallow_subclassing_any = False
mypy_path = stubs
[mypy-*]
disallow_untyped_calls = True
disallow_untyped_defs = True
check_untyped_defs = True
warn_return_any = True
no_implicit_optional = True
strict_optional = True
ignore_missing_imports = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bj-xiaoyi/wechatpy.git
[email protected]:bj-xiaoyi/wechatpy.git
bj-xiaoyi
wechatpy
wechatpy
master

搜索帮助