1 Star 0 Fork 0

yangzhao_kl/pulpcore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Dellweg 提交于 2020-04-29 20:21 . Activate Black formatting (#663)
[build-system]
requires = [
"setuptools >= 40.8.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'
[tool.towncrier]
package = "pulpcore"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
template = "CHANGES/.TEMPLATE.rst"
issue_format = "`#{issue} <https://pulp.plan.io/issues/{issue}>`_"
[[tool.towncrier.section]]
path = ""
name = "REST API"
[[tool.towncrier.section]]
path = "plugin_api"
name = "Plugin API"
[tool.black]
line-length = 100
target-version = ["py36", "py37"]
exclude = '''
/(
\.eggs
| \.git
| \.venv
| _build
| build
| dist
| migrations
| docs
)/
'''
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangzhao_kl/pulpcore.git
git@gitee.com:yangzhao_kl/pulpcore.git
yangzhao_kl
pulpcore
pulpcore
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385