File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,17 @@ repos:
1818 name : Run Ruff (lint) on Tools/build/
1919 args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
2020 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]
2124 - id : ruff-check
2225 name : Run Ruff (lint) on Platforms/WASI/
2326 args : [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
2427 files : ^Platforms/WASI/
28+ - id : ruff-check
29+ name : Run Ruff (lint) on Tools/build/
30+ args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
31+ files : ^Tools/build/
2532 - id : ruff-check
2633 name : Run Ruff (lint) on Tools/i18n/
2734 args : [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
You can’t perform that action at this time.
0 commit comments