Skip to content

Commit

Permalink
chore: update pre-commit stages
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 authored and poiana committed Dec 11, 2024
1 parent 0fd43cb commit 0b5ccc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ repos:
rev: v0.6.13
hooks:
- id: cmake-format
stages: [commit]
stages: [pre-commit]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
hooks:
- id: clang-format
types_or: [c++, c]
stages: [commit]
stages: [pre-commit]
- repo: local
hooks:
- id: dco-hook-local
Expand Down

0 comments on commit 0b5ccc0

Please sign in to comment.