Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland committed May 13, 2024
1 parent fc2d575 commit f269107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ protoctool = //third_party/proto:protoc
protocgoplugin = //third_party/go:protoc-gen-go
language = go

[Parse]
PreloadSubincludes = ///python//build_defs:python

[Plugin "go"]
Target = //plugins:go
ImportPath = github.com/please-build/proto-rules
GoTool = //third_party/go:toolchain|go

[Plugin "python"]
Target = //plugins:python

[PluginDefinition]
Name = proto

Expand All @@ -26,9 +32,3 @@ DefaultValue = protoc
Help = Any additional flags to pass to protoc
Repeatable = true
Optional = true

[parse]
preloadsubincludes = ///python//build_defs:python

[Plugin "python"]
Target = //plugins:python
3 changes: 0 additions & 3 deletions plugins/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.17.1",
)

plugin_repo(
name = "python",
revision = "v1.6.0",
plugin = "python-rules",
owner = "please-build",
)

0 comments on commit f269107

Please sign in to comment.