Skip to content

Commit d182c1d

Browse files
committed
Update pre-commit.
1 parent fb8404c commit d182c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
rev: v0.14.4
1010
hooks:
1111
- id: ruff-check
12-
args: [--fix, --exit-non-zero-on-fix, --no-cache, --exclude=samples]
12+
args: [--fix, --exit-non-zero-on-fix, --no-cache, --exclude=^(samples|paddle_samples)/]
1313

1414
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
1515
rev: v1.5.1

0 commit comments

Comments
 (0)