Skip to content

Commit 1214cdf

Browse files
authored
Merge branch 'PaddlePaddle:develop' into develop
2 parents 5868686 + 87e6384 commit 1214cdf

35 files changed

+1730
-168
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ default_stages:
55
- pre-commit # Run locally
66
# - manual # Run in CI
77
repos:
8-
# 格式化
9-
- repo: https://github.com/google/yapf
10-
rev: v0.43.0
11-
hooks:
12-
- id: yapf
13-
args: [--in-place, --verbose]
148
# 代码检查
159
- repo: https://github.com/astral-sh/ruff-pre-commit
1610
rev: v0.11.7
@@ -29,15 +23,6 @@ repos:
2923
rev: 6.0.1
3024
hooks:
3125
- id: isort
32-
# # 格式化
33-
# - repo: https://github.com/pre-commit/mirrors-clang-format
34-
# rev: v20.1.3
35-
# hooks:
36-
# - id: clang-format
37-
# # exclude: '.*'
38-
# types_or: [c++, cuda]
39-
# args: [--style=file, --verbose]
40-
4126
# markdown
4227
- repo: https://github.com/jackdewinter/pymarkdown
4328
rev: v0.9.29

0 commit comments

Comments
 (0)