Skip to content

Commit 7104d88

Browse files
Add Black config for wasi
1 parent 75b1afe commit 7104d88

File tree

2 files changed

+187
-112
lines changed

2 files changed

+187
-112
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ repos:
4242
name: Run Black on Tools/jit/
4343
files: ^Tools/jit/
4444

45+
- repo: https://github.com/psf/black-pre-commit-mirror
46+
rev: 25.9.0
47+
hooks:
48+
- id: black
49+
name: Run Black on wasm/wasi/
50+
files: ^Tools/wasm/wasi/
51+
4552
- repo: https://github.com/Lucas-C/pre-commit-hooks
4653
rev: v1.5.5
4754
hooks:

0 commit comments

Comments
 (0)