3 Star 3 Fork 1

mirrors_PaddlePaddle/Paddle3D

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
FlyingQianMM 提交于 2022-12-16 21:22 . Add PV-RCNN and Voxel R-CNN
repos:
- repo: local
hooks:
- id: yapf
name: yapf
entry: yapf --style .style.yapf -i
language: system
files: \.py$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: a11d9314b22d8f8c7556443875b731ef05965464
hooks:
- id: check-merge-conflict
- id: check-symlinks
- id: end-of-file-fixer
- id: trailing-whitespace
- id: detect-private-key
- id: check-added-large-files
- repo: local
hooks:
- id: flake8
name: flake8
entry: flake8 --count --select=E9,F63,F7,F82 --show-source --statistics
language: system
files: \.py$
- repo: local
hooks:
- id: clang-format-with-version-check
name: clang-format
description: Format files with ClangFormat
entry: bash .clang_format.hook -style=Google -i
language: system
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|cuh|proto)$
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_PaddlePaddle/Paddle3D.git
git@gitee.com:mirrors_PaddlePaddle/Paddle3D.git
mirrors_PaddlePaddle
Paddle3D
Paddle3D
develop

搜索帮助