We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8404c commit d182c1dCopy full SHA for d182c1d
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
rev: v0.14.4
10
hooks:
11
- id: ruff-check
12
- args: [--fix, --exit-non-zero-on-fix, --no-cache, --exclude=samples]
+ args: [--fix, --exit-non-zero-on-fix, --no-cache, --exclude=^(samples|paddle_samples)/]
13
14
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
15
rev: v1.5.1
0 commit comments