Skip to content

build: Fix pre-commit hooks + run in CI #3073

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

brandonchinn178
Copy link
Contributor

@brandonchinn178 brandonchinn178 commented Jul 9, 2025

pre-commit hooks were failing on main; presumably some developer didn't have pre-commit hooks set up locally or committed with --no-verify, and since it's not validated in CI, it got merged.

Runs all pre-commit hooks in CI + fixes issues. Removes the buildifier job from CI since it's now covered by the pre-commit job

Question: update-deleted-packages is showing different results locally on Mac vs in GitHub Actions. Not sure why...

Copy link
Collaborator

@rickeylev rickeylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rickeylev rickeylev added this pull request to the merge queue Jul 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 10, 2025
@brandonchinn178
Copy link
Contributor Author

@rickeylev Not sure why CI failed


external/abseil-cpp~/absl/hash/internal/hash.h:66:10: fatal error: filesystem: No such file or directory
--
  | #include <filesystem>  // NOLINT
  | ^~~~~~~~~~~~
  | compilation terminated.


@aignas aignas added this pull request to the merge queue Jul 11, 2025
github-merge-queue bot pushed a commit that referenced this pull request Jul 11, 2025
pre-commit hooks were failing on `main`; presumably some developer
didn't have pre-commit hooks set up locally or committed with
`--no-verify`, and since it's not validated in CI, it got merged.

Runs all pre-commit hooks in CI + fixes issues. Removes the buildifier
job from CI since it's now covered by the pre-commit job

**Question**: `update-deleted-packages` is showing different results
locally on Mac vs in GitHub Actions. Not sure why...

---------

Co-authored-by: Brandon Chinn <[email protected]>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants