File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,6 @@ repos:
1414 name : Run Ruff (lint) on Lib/test/
1515 args : [--exit-non-zero-on-fix]
1616 files : ^Lib/test/
17- - id : ruff-check
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]
2417 - id : ruff-check
2518 name : Run Ruff (lint) on Platforms/WASI/
2619 args : [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
@@ -29,6 +22,10 @@ repos:
2922 name : Run Ruff (lint) on Tools/build/
3023 args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
3124 files : ^Tools/build/
25+ - id : ruff-check
26+ name : Run Ruff (lint) on Tools/build/
27+ args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
28+ files : ^Tools/build/
3229 - id : ruff-check
3330 name : Run Ruff (lint) on Tools/i18n/
3431 args : [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
You can’t perform that action at this time.
0 commit comments