Skip to content

Commit 6b1b32f

Browse files
committed
Use v2 config of buf
1 parent 4423d5f commit 6b1b32f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

buf.gen.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.35.0 --template
1+
#!/usr/bin/env -S buf generate
22
---
3-
version: "v1"
3+
version: "v2"
4+
inputs:
5+
- module: "buf.build/authzed/api:v1.35.0"
46
plugins:
5-
- name: "python"
7+
- local: "python"
68
out: "."
7-
- name: "grpc-python"
9+
- local: "grpc_python_plugin"
810
out: "."
9-
path: "grpc_python_plugin"
10-
- name: "mypy"
11+
- local: "mypy"
1112
out: "."
12-
- name: "mypy_grpc"
13+
- local: "mypy_grpc"
1314
out: "."

0 commit comments

Comments
 (0)