Skip to content

Commit 7ab7d9a

Browse files
committed
Merge branch 'develop' into fix78
2 parents d3f2c41 + 9025373 commit 7ab7d9a

File tree

70 files changed

+2377
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2377
-238
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ repos:
4949
paddle/utils/.*|
5050
paddle/cinn/utils/registry.h
5151
)$
52+
- repo: https://github.com/PFCCLab/typos-pre-commit-mirror.git
53+
rev: v1.27.3
54+
hooks:
55+
- id: typos
56+
args: []
5257
# For Python files
5358
- repo: https://github.com/psf/black-pre-commit-mirror
5459
rev: 24.8.0

0 commit comments

Comments
 (0)