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"
|
||||
|
||||
buildifier:
|
||||
version: "5.1.0"
|
||||
version: "6.1.0"
|
||||
# keep this argument in sync with .pre-commit-config.yaml
|
||||
warnings: "all"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/keith/pre-commit-buildifier
|
||||
rev: 5.1.0.2
|
||||
rev: 6.1.0.1
|
||||
hooks:
|
||||
- id: buildifier
|
||||
args: &args
|
||||
|
|
|
@ -38,8 +38,8 @@ cmake(
|
|||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"@libssh2",
|
||||
"@zlib",
|
||||
"@openssl",
|
||||
"@zlib",
|
||||
] + select({
|
||||
"@platforms//os:linux": ["@pcre"],
|
||||
"@platforms//os:macos": ["@iconv_macos//:iconv"],
|
||||
|
|
Loading…
Reference in New Issue