1 Star 0 Fork 0

BuilderZou/pypiserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Planchard 提交于 2021-02-07 01:28 +08:00 . Docker improvements (#365)
[sdist]
formats=zip
[wheel]
universal=1
[egg_info]
tag_build =
[flake8]
max-line-length = 80
per-file-ignores =
**/__init__.py:F401
[mypy]
check_untyped_defs = True
follow_imports = silent
ignore_missing_imports = True
show_column_numbers = True
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
strict_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
[mypy-tests.*]
disallow_untyped_decorators = False
[mypy-test_docker.*]
disallow_untyped_decorators = False
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/builderzou/pypiserver.git
git@gitee.com:builderzou/pypiserver.git
builderzou
pypiserver
pypiserver
master

搜索帮助