Bump buildifier to 6.1.0 (#1040)
This commit is contained in:
parent
1fb8a1ed91
commit
c6980bc2a2
|
@ -221,6 +221,6 @@ tasks:
|
||||||
- "--experimental_enable_aggregating_middleman=False"
|
- "--experimental_enable_aggregating_middleman=False"
|
||||||
|
|
||||||
buildifier:
|
buildifier:
|
||||||
version: "5.1.0"
|
version: "6.1.0"
|
||||||
# keep this argument in sync with .pre-commit-config.yaml
|
# keep this argument in sync with .pre-commit-config.yaml
|
||||||
warnings: "all"
|
warnings: "all"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/keith/pre-commit-buildifier
|
- repo: https://github.com/keith/pre-commit-buildifier
|
||||||
rev: 5.1.0.2
|
rev: 6.1.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: buildifier
|
- id: buildifier
|
||||||
args: &args
|
args: &args
|
||||||
|
|
|
@ -38,8 +38,8 @@ cmake(
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
"@libssh2",
|
"@libssh2",
|
||||||
"@zlib",
|
|
||||||
"@openssl",
|
"@openssl",
|
||||||
|
"@zlib",
|
||||||
] + select({
|
] + select({
|
||||||
"@platforms//os:linux": ["@pcre"],
|
"@platforms//os:linux": ["@pcre"],
|
||||||
"@platforms//os:macos": ["@iconv_macos//:iconv"],
|
"@platforms//os:macos": ["@iconv_macos//:iconv"],
|
||||||
|
|
Loading…
Reference in New Issue