Skip to content

Commit

Permalink
Update to clang 16.0.6. (#68)
Browse files Browse the repository at this point in the history
This PR updates wholegraph to use clang 16.0.6. The previous version has some minor formatting issues affecting several RAPIDS repos.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #68
  • Loading branch information
bdice authored Sep 19, 2023
1 parent d482448 commit ee14804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
scripts
)
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.0
rev: v16.0.6
hooks:
- id: clang-format
exclude: |
Expand Down

0 comments on commit ee14804

Please sign in to comment.