Skip to content

Commit

Permalink
ci(pre-commit): Ignore build_opt in clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 27, 2024
1 parent 1a14a6d commit a64b428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ repos:
hooks:
- id: clang-format
types_or: [c, c++]
exclude: ^.*\/build_opt\.h$
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "22.10.0"
hooks:
Expand Down

0 comments on commit a64b428

Please sign in to comment.