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 dbe1bed commit 60568baCopy full SHA for 60568ba
1 file changed
.pre-commit-config.yaml
@@ -18,10 +18,17 @@ repos:
18
name: Run Ruff (lint) on Tools/build/
19
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
20
files: ^Tools/build/
21
+ - id: ruff-check
22
+ name: Run Ruff (lint) on Platforms/WASI/
23
+ args: [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
24
- id: ruff-check
25
name: Run Ruff (lint) on Platforms/WASI/
26
args: [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
27
files: ^Platforms/WASI/
28
29
+ name: Run Ruff (lint) on Tools/build/
30
+ args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
31
+ files: ^Tools/build/
32
33
name: Run Ruff (lint) on Tools/i18n/
34
args: [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
0 commit comments