File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 rev : a27a2e47c7751b639d2b5badf0ef6ff11fee893f # frozen: v0.15.4
44 hooks :
55 - id : ruff-check
6- name : Run Ruff (lint) on Apple/
7- args : [--exit-non-zero-on-fix, --config=Apple/.ruff.toml]
8- files : ^Apple/
6+ name : Run Ruff (lint) on Platforms/ Apple/
7+ args : [--exit-non-zero-on-fix, --config=Platforms/ Apple/.ruff.toml]
8+ files : ^Platforms/ Apple/
99 - id : ruff-check
1010 name : Run Ruff (lint) on Doc/
1111 args : [--exit-non-zero-on-fix]
3939 args : [--exit-non-zero-on-fix, --config=Tools/wasm/.ruff.toml]
4040 files : ^Tools/wasm/
4141 - id : ruff-format
42- name : Run Ruff (format) on Apple/
43- args : [--exit-non-zero-on-fix, --config=Apple/.ruff.toml]
44- files : ^Apple
42+ name : Run Ruff (format) on Platforms/ Apple/
43+ args : [--exit-non-zero-on-fix, --config=Platforms/ Apple/.ruff.toml]
44+ files : ^Platforms/ Apple/
4545 - id : ruff-format
4646 name : Run Ruff (format) on Doc/
4747 args : [--exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments