2 Star 32 Fork 0

openvinotoolkit-prc/openvino_tensorflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
Igor Kaplounenko 提交于 2018-07-18 02:57 +08:00 . using pre-commit for hooks (#58)
repos:
- repo: local
hooks:
- id: autopep8
name: autopep8
entry: autopep8 -i
language: system
files: ^test/python/
types: [python]
- id: pylint
name: pylint
entry: pylint
language: system
files: ^test/python/
types: [python]
- id: clang-format
name: clang-format
entry: clang-format --style=file -i
language: system
types: [c++]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openvinotoolkit-prc/openvino_tensorflow.git
git@gitee.com:openvinotoolkit-prc/openvino_tensorflow.git
openvinotoolkit-prc
openvino_tensorflow
openvino_tensorflow
master

搜索帮助