Skip to content

Commit

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

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

Approvers: None

URL: #459
  • Loading branch information
bdice authored Sep 19, 2023
1 parent 05a37e1 commit bed21c2
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 @@ -16,7 +16,7 @@ repos:
)
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.1
rev: v16.0.6
hooks:
- id: clang-format
types_or: [c, c++, cuda]
Expand Down

0 comments on commit bed21c2

Please sign in to comment.