Commit 00dd72d
fix: use a consistent buildifier version for CI and pre-commit (#1151)
The CI may be broken because it is using the latest version of
buildifier (`6.1.0`) and the pre-commit hooks are using `6.0.0`. `6.1.0`
added extra sorting, so it is now not enough to just run `pre-commit run
-a buildifier` to fix the errors. I have submitted a PR to update the
pre-commit hooks in
keith/pre-commit-buildifier#14 and until it is
merged and a new version is tagged we should use an older version of the
buildifier to ensure the build is green.
---------
Co-authored-by: Richard Levasseur <[email protected]>1 parent 03ebeb7 commit 00dd72d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments