Skip to content

Commit

Permalink
Don't run pre-commit on LinkDef.h files
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Sep 10, 2024
1 parent 7b82352 commit d5867aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ repos:
hooks:
- id: clang-format
types_or: [c++, c, cuda]
exclude: LinkDef.h
- repo: https://github.com/cpplint/cpplint
rev: 1.6.1
hooks:
- id: cpplint
exclude: LinkDef.h
- repo: https://github.com/cmake-lint/cmake-lint
rev: 1.4.3
hooks:
Expand Down

0 comments on commit d5867aa

Please sign in to comment.