Skip to content

Commit

Permalink
fixup! add pre-commit config for clang-format
Browse files Browse the repository at this point in the history
MarcelKoch committed Sep 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bad45ff commit d975a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -3,4 +3,5 @@ repos:
rev: 'v14.0.0' # The default in Ubuntu 22.04, which is used in our CI
hooks:
- id: clang-format
exclude: third_party/SuiteSparse/AMD/.*
types_or: [c, c++, cuda, inc]
exclude: third_party/SuiteSparse/AMD/.*

0 comments on commit d975a84

Please sign in to comment.