Skip to content

Commit 989e6d0

Browse files
committed
Revert "chore: use local buildifier target for pre-commit"
This reverts commit 6b9905d.
1 parent c0659cd commit 989e6d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ buildifier(
9292
lint_warnings = ["-out-of-order-load"], # TODO: enable out-of-order-load
9393
mode = "fix",
9494
tags = ["manual"], # tag as manual so windows ci does not build it by default
95-
visibility = ["//visibility:public"],
9695
)
9796

9897
buildifier(
@@ -105,7 +104,6 @@ buildifier(
105104
lint_warnings = ["-out-of-order-load"], # TODO: enable out-of-order-load
106105
mode = "diff",
107106
tags = ["manual"], # tag as manual so windows ci does not build it by default
108-
visibility = ["//visibility:public"],
109107
)
110108

111109
alias(

tools/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package(default_visibility = ["//:__subpackages__"])
1212
format_multirun(
1313
name = "format",
1414
shell = "@aspect_rules_lint//format:shfmt",
15-
starlark = "//:buildifier",
15+
starlark = "@buildifier_prebuilt//:buildifier",
1616
)
1717

1818
bazelrc_preset(

0 commit comments

Comments
 (0)