Skip to content

Commit cbb15c9

Browse files
authoredApr 26, 2024
Update buildifier to 7.1.1 (bazelbuild#1161)
1 parent 8597a2f commit cbb15c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bazelci/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
validate_config: 1
33
bazel: 7.1.1
44
buildifier:
5-
version: 6.4.0
5+
version: 7.1.1
66
# no lint warnings for the moment. They are basically a smoke alarm in hell.
77
# keep this argument in sync with .pre-commit-config.yaml
88
warnings: "-confusing-name,-constant-glob,-duplicated-name,-function-docstring,-function-docstring-args,-function-docstring-header,-module-docstring,-name-conventions,-no-effect,-constant-glob,-provider-params,-print,-rule-impl-return,-bzl-visibility,-unnamed-macro,-uninitialized,-unreachable"

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/keith/pre-commit-buildifier
6-
rev: 6.3.3
6+
rev: 6.4.0
77
hooks:
88
- id: buildifier
99
args: &args

0 commit comments

Comments
 (0)