Skip to content

Commit

Permalink
Exclude release notes from pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 12, 2024
1 parent 3c32cc8 commit 1478e5f
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 1478e5f

Please sign in to comment.