1 Star 0 Fork 0

nlp_my/inference

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xuye (Chris) Qin 提交于 2024-05-06 11:22 . FEAT: Ascend support (#1408)
files: xinference
repos:
- repo: https://github.com/psf/black
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
args: [--config, setup.cfg]
exclude: thirdparty
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: [--sp, setup.cfg]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: ["tokenize-rt==3.2.0", "types-requests", "types-tabulate"]
args: [--ignore-missing-imports, --follow-imports, skip]
exclude: thirdparty
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
hooks:
- id: codespell
args: [ --config, setup.cfg]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nlp_my/inference.git
git@gitee.com:nlp_my/inference.git
nlp_my
inference
inference
main

搜索帮助