Skip to content

Commit

Permalink
Exclude release notes from pre-commit check (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 12, 2024
1 parent 3c32cc8 commit 4937c58
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 @@ -4,6 +4,7 @@ repos:
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
exclude: (doc/ReleaseNotes.md)
- repo: local
hooks:
- id: clang-format
Expand Down

0 comments on commit 4937c58

Please sign in to comment.