8000 fix: use a consistent buildifier version for CI and pre-commit by aignas · Pull Request #1151 · bazel-contrib/rules_python · GitHub
[go: up one dir, main page]

Skip to content

fix: use a consistent buildifier version for CI and pre-commit #1151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
5 changes: 3 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

---
buildifier:
version: latest
# keep this argument in sync with .pre-commit-config.yaml
# 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
warnings: "all"
.minimum_supported_version: &minimum_supported_version
# For testing minimum supported version.
Expand Down
0