Skip to content

Commit

Permalink
Update to clang 16.0.6. (#280)
Browse files Browse the repository at this point in the history
This PR updates kvikio 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:
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: #280
  • Loading branch information
bdice authored Sep 20, 2023
1 parent 034f243 commit 6d5bf9d
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 @@ -48,7 +48,7 @@ repos:
"python/benchmarks"]
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.4
rev: v16.0.6
hooks:
- id: clang-format
types_or: [c, c++, cuda]
Expand Down

0 comments on commit 6d5bf9d

Please sign in to comment.