Skip to content

Commit

Permalink
Fixed pre-commit hook (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille authored Dec 23, 2024
1 parent 029ab32 commit 0880555
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
Expand Up @@ -2,4 +2,5 @@ repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.5
hooks:
- id: clang-format
- id: clang-format
exclude_types: [javascript, json]

0 comments on commit 0880555

Please sign in to comment.