File tree Expand file tree Collapse file tree 4 files changed +462
-424
lines changed
Expand file tree Collapse file tree 4 files changed +462
-424
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ 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 Platforms/WASI/
19+ args : [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
20+ files : ^Platforms/WASI/
1721 - id : ruff-check
1822 name : Run Ruff (lint) on Tools/build/
1923 args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
@@ -42,6 +46,10 @@ repos:
4246 name : Run Ruff (format) on Doc/
4347 args : [--exit-non-zero-on-fix]
4448 files : ^Doc/
49+ - id : ruff-format
50+ name : Run Ruff (format) on Platforms/WASI/
51+ args : [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
52+ files : ^Platforms/WASI/
4553 - id : ruff-format
4654 name : Run Ruff (format) on Tools/build/check_warnings.py
4755 args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
Original file line number Diff line number Diff line change 11extend = " ../../.ruff.toml" # Inherit the project-wide settings
22
3+ target-version = " py314"
4+
35[format ]
46preview = true
57docstring-code-format = true
You can’t perform that action at this time.
0 commit comments