Skip to content

Commit

Permalink
Bump buildifier to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Apr 11, 2023
1 parent 1fb8a1e commit 2be20f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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: 5.1.0.2
rev: 6.1.0
hooks:
- id: buildifier
args: &args
Expand Down

0 comments on commit 2be20f9

Please sign in to comment.