We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b1afe commit 7104d88Copy full SHA for 7104d88
.pre-commit-config.yaml
@@ -42,6 +42,13 @@ repos:
42
name: Run Black on Tools/jit/
43
files: ^Tools/jit/
44
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
+
52
- repo: https://github.com/Lucas-C/pre-commit-hooks
53
rev: v1.5.5
54
hooks:
0 commit comments