Skip to content

Commit

Permalink
pre-commit: use versioned clang-format hook (v18.1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevince authored and petejohanson committed Sep 13, 2024
1 parent 6e03a0b commit 82a22d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ repos:
hooks:
- id: remove-tabs
exclude: "vendor-prefixes\\.txt$"
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
hooks:
- id: clang-format
types_or: [c++, c]
args:
- -i
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit 82a22d7

Please sign in to comment.