1 Star 3 Fork 1

openvinotoolkit-prc/nncf_pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 731 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander Dokuchaev 提交于 2025-03-10 21:19 +08:00 . cspell (#3332)
default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format
types_or: [ python, pyi ]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
hooks:
- id: markdownlint
args: [--config=.ci/markdownlint.yaml]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.3
hooks:
- id: cspell
args:
- --config=.ci/cspell.json
- --no-must-find-files
- --no-progress
- --no-summary
- --gitignore
- --files
files: (^nncf/.*\.py$|.*\.md$)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/openvinotoolkit-prc/nncf_pytorch.git
git@gitee.com:openvinotoolkit-prc/nncf_pytorch.git
openvinotoolkit-prc
nncf_pytorch
nncf_pytorch
develop

搜索帮助