Skip to content

Commit 51e2bfe

Browse files
committed
Add pre-commit-config based on gnosh
1 parent 2c25290 commit 51e2bfe

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

gnosh_orig/.pre-commit-config.yaml renamed to .pre-commit-config.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,20 @@ repos:
3636

3737
- repo: local
3838
hooks:
39-
- id: bindings
40-
name: bindings
41-
entry: ./gen_bindings.sh
39+
- id: bindings-gnosh
40+
name: bindings-gnosh
41+
entry: ./gen_gnosh_bindings.sh
4242
language: script
4343
types: [solidity]
44-
files: gen_bindings.sh
44+
files: gen_gnosh_bindings.sh
45+
pass_filenames: false
46+
47+
- repo: local
48+
hooks:
49+
- id: bindings-shop
50+
name: bindings-shop
51+
entry: ./gen_shop_bindings.sh
52+
language: script
53+
types: [solidity]
54+
files: gen_shop_bindings.sh
4555
pass_filenames: false

0 commit comments

Comments
 (0)