Skip to content

Commit

Permalink
chore: bump buildifier to 6.1.0 (#1152)
Browse files Browse the repository at this point in the history
Bump the buildifier to the latest version in pre-commit and CI at the
same time.

Related to #1148 and #1151.
  • Loading branch information
aignas authored Apr 4, 2023
1 parent 00dd72d commit ee8cecf
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 @@ -16,7 +16,7 @@
buildifier:
# keep these arguments in sync with .pre-commit-config.yaml
# Use a specific version to avoid skew issues when new versions are released.
version: 6.0.0
version: 6.1.0
warnings: "all"
.minimum_supported_version: &minimum_supported_version
# For testing minimum supported version.
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.0.0
rev: 6.1.0
hooks:
- id: buildifier
args: &args
Expand Down

0 comments on commit ee8cecf

Please sign in to comment.