1 Star 0 Fork 8

safecctv/Jina-AI

forked from Gitee 极速下载/Jina-AI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
repos:
- repo: https://github.com/terrencepreilly/darglint
rev: v1.5.8
hooks:
- id: darglint
files: jina/
exclude: ^(jina/helloworld/|jina/proto/jina_pb2.py|docs/|jina/resources/)
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/
exclude: ^(jina/helloworld/|jina/proto/jina_pb2.py|docs/|jina/resources/)
args:
- --select=D101,D102,D103
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
types: [python]
exclude: ^(jina/proto/jina_pb2.py|docs/|jina/resources/)
args:
- -S
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/safes/Jina-AI.git
git@gitee.com:safes/Jina-AI.git
safes
Jina-AI
Jina-AI
master

搜索帮助