Skip to content

Commit

Permalink
Update buildifier to 7.1.1 (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Apr 26, 2024
1 parent 8597a2f commit cbb15c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
validate_config: 1
bazel: 7.1.1
buildifier:
version: 6.4.0
version: 7.1.1
# no lint warnings for the moment. They are basically a smoke alarm in hell.
# keep this argument in sync with .pre-commit-config.yaml
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"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.3.3
rev: 6.4.0
hooks:
- id: buildifier
args: &args
Expand Down

0 comments on commit cbb15c9

Please sign in to comment.