Skip to content

Commit 81d5725

Browse files
committed
Adds generated pyi support to py_proto_library
1 parent 482752a commit 81d5725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel/py_proto_library.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def _py_proto_aspect_impl(target, ctx):
7070
extension = "_pb2.py",
7171
name_mapper = lambda name: name.replace("-", "_").replace(".", "/"),
7272
)
73+
#
7374

7475
# Handles multiple repository and virtual import cases
7576
if proto_root.startswith(ctx.bin_dir.path):

0 commit comments

Comments
 (0)