Skip to content

Commit

Permalink
Update pre-commit hook versions and Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tryuan99 committed Dec 14, 2024
1 parent a2fef17 commit 8ad33ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- uses: bazel-contrib/setup-[email protected]
- run: bazel build //...
- run: bazel test --test_output=errors //...
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/google/yapf
rev: v0.40.2
rev: v0.43.0
hooks:
- id: yapf
args: [-i]
Expand All @@ -9,11 +9,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.5
hooks:
- id: clang-format
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.4.0.1
rev: 7.3.1.1
hooks:
- id: buildifier
- id: buildifier-lint

0 comments on commit 8ad33ef

Please sign in to comment.