1 Star 0 Fork 163

shirunova_viktoria/urunner

forked from Vadim Afanasyev/urunner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mypy.ini 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
[mypy]
python_version = 3.8
no_incremental = True
cache_dir=/dev/null
disallow_untyped_defs = True
disallow_any_unimported = True
check_untyped_defs = True
no_implicit_optional = True
show_error_codes = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
warn_unreachable = True
[mypy-tqdm.*]
ignore_missing_imports = True
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shirunova_viktoria/urunner.git
git@gitee.com:shirunova_viktoria/urunner.git
shirunova_viktoria
urunner
urunner
master

搜索帮助