Skip to content

Commit d3e536e

Browse files
committed
修复冲突
1 parent ceadcec commit d3e536e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude: |
1010
repos:
1111
# Common hooks
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v4.4.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-merge-conflict
@@ -55,7 +55,7 @@ repos:
5555
hooks:
5656
- id: black
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.6.3
58+
rev: v0.5.0
5959
hooks:
6060
- id: ruff
6161
args: [--fix, --exit-non-zero-on-fix, --no-cache]
@@ -137,7 +137,7 @@ repos:
137137
paddle/fluid/operators/CMakeLists.txt
138138
)$
139139
- repo: https://github.com/PFCCLab/cmake-lint-paddle
140-
rev: v1.5.2
140+
rev: v1.5.1
141141
hooks:
142142
- id: cmakelint
143143
args: [--config=./tools/codestyle/.cmakelintrc]

0 commit comments

Comments
 (0)