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 2c25290 commit 51e2bfeCopy full SHA for 51e2bfe
gnosh_orig/.pre-commit-config.yaml renamed to .pre-commit-config.yaml
@@ -36,10 +36,20 @@ repos:
36
37
- repo: local
38
hooks:
39
- - id: bindings
40
- name: bindings
41
- entry: ./gen_bindings.sh
+ - id: bindings-gnosh
+ name: bindings-gnosh
+ entry: ./gen_gnosh_bindings.sh
42
language: script
43
types: [solidity]
44
- files: gen_bindings.sh
+ 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
55
pass_filenames: false
0 commit comments