Skip to content

Commit e6f4eb6

Browse files
committed
chore: Update .prototools with new plugin versions and settings for improved configuration management
1 parent 866bd2a commit e6f4eb6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.prototools

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
proto = "0.53.2"
2+
moon = "1.41.3"
3+
4+
commitlint = "0.10.1"
15
dprint = "0.50.1"
6+
lefthook = "1.12.2"
27

38
[plugins]
49
gcloud-test = "source:target/wasm32-wasip1/debug/gcloud_plugin.wasm"
5-
dprint = "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/dprint/plugin.toml"
10+
commitlint = "https://raw.githubusercontent.com/ageha734/proto-plugins/refs/heads/master/toml/commitlint.toml"
11+
dprint = "https://raw.githubusercontent.com/ageha734/proto-plugins/refs/heads/master/toml/dprint.toml"
12+
lefthook = "https://raw.githubusercontent.com/ageha734/proto-plugins/refs/heads/master/toml/lefthook.toml"
13+
14+
[settings]
15+
auto-clean = true
16+
auto-install = true
17+
detect-strategy = "only-prototools"

0 commit comments

Comments
 (0)