8000 chore: bump buildifier to 6.1.0 (#1152) · jml-derek/rules_python@ee8cecf · GitHub
[go: up one dir, main page]

Skip to content

Commit ee8cecf

Browse files
authored
chore: bump buildifier to 6.1.0 (bazel-contrib#1152)
Bump the buildifier to the latest version in pre-commit and CI at the same time. Related to bazel-contrib#1148 and bazel-contrib#1151.
1 parent 00dd72d commit ee8cecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
buildifier:
1717
# keep these arguments in sync with .pre-commit-config.yaml
1818
# Use a specific version to avoid skew issues when new versions are released.
19-
version: 6.0.0
19+
version: 6.1.0
2020
warnings: "all"
2121
.minimum_supported_version: &minimum_supported_version
2222
# For testing minimum supported version.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See https://pre-commit.com/hooks.html for more hooks
1818
repos:
1919
- repo: https://github.com/keith/pre-commit-buildifier
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: buildifier
2323
args: &args

0 commit comments

Comments
 (0)
0