Skip to content

Commit 60568ba

Browse files
brettcannonhugovk
andauthored
Update .pre-commit-config.yaml
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent dbe1bed commit 60568ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)