Skip to content

Commit

Permalink
ci: Enable pre-commit clang-format hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MDW committed Feb 9, 2024
1 parent 6d516c1 commit 590c05f
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 @@ -120,7 +120,7 @@ repos:
rev: v1.3.5
hooks:
- id: clang-format
stages: [manual]
#stages: [manual]
# Target added at end of pre-commit because of the long list of exclusions
args: [-i]
exclude: |
Expand Down

0 comments on commit 590c05f

Please sign in to comment.