1 Star 0 Fork 0

deeplearningrepos/jina

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
cristian 提交于 2021-03-06 00:18 +08:00 . ci: add black (#2036)
repos:
- repo: https://github.com/terrencepreilly/darglint
rev: v1.5.8
hooks:
- id: darglint
files: jina/
args:
- --message-template={path}:{line} {msg_id} {msg}
- -s=sphinx
- -z=full
- -v=2
- repo: https://github.com/pycqa/pydocstyle
rev: 5.1.1 # pick a git hash / tag to point to
hooks:
- id: pydocstyle
files: jina/
args:
- --select=D101,D102,D103
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
types: [python]
args:
- -S
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeplearningrepos/jina.git
git@gitee.com:deeplearningrepos/jina.git
deeplearningrepos
jina
jina
master

搜索帮助