We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dd72d commit ee8cecfCopy full SHA for ee8cecf
.bazelci/presubmit.yml
@@ -16,7 +16,7 @@
16
buildifier:
17
# keep these arguments in sync with .pre-commit-config.yaml
18
# Use a specific version to avoid skew issues when new versions are released.
19
- version: 6.0.0
+ version: 6.1.0
20
warnings: "all"
21
.minimum_supported_version: &minimum_supported_version
22
# For testing minimum supported version.
.pre-commit-config.yaml
@@ -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
23
args: &args
0 commit comments