1 Star 0 Fork 2

sync_github_repo/redis-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.mypy.ini 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Chen Wang 提交于 2022-02-22 05:29 . Add Async Support (#1899)
[mypy]
#, docs/examples, tests
files = redis
check_untyped_defs = True
follow_imports_for_stubs asyncio.= True
#disallow_any_decorated = True
disallow_subclassing_any = True
#disallow_untyped_calls = True
disallow_untyped_decorators = True
#disallow_untyped_defs = True
implicit_reexport = False
no_implicit_optional = True
show_error_codes = True
strict_equality = True
warn_incomplete_stub = True
warn_redundant_casts = True
warn_unreachable = True
warn_unused_ignores = True
disallow_any_unimported = True
#warn_return_any = True
[mypy-redis.asyncio.lock]
# TODO: Remove once locks has been rewritten
ignore_errors = True
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sync_repo/redis-py.git
git@gitee.com:sync_repo/redis-py.git
sync_repo
redis-py
redis-py
master

搜索帮助