1 Star 1 Fork 0

zggl/LibFewShot1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangcedrus 提交于 2021-09-14 17:17 . init repo
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: requirements-txt-fixer
- id: fix-encoding-pragma
- repo: https://github.com/psf/black
rev: 21.7b0
hooks:
- id: black
args: [ '--line-length', '100' ]
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
args: [ '--max-line-length','100','--ignore','E731, E403, W503, E501, E203, F403, F401, E402', ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zggl/LibFewShot1.git
[email protected]:zggl/LibFewShot1.git
zggl
LibFewShot1
LibFewShot1
main

搜索帮助