Skip to content

Commit

Permalink
Don't run whitespace checks on lhe file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 20, 2024
1 parent f06a598 commit a6c6fee
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 @@ -4,7 +4,7 @@ repos:
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
exclude: (doc/ReleaseNotes.md)
exclude: (doc/ReleaseNotes.md|examples/data/events.lhe)
- repo: local
hooks:
- id: clang-format
Expand Down

0 comments on commit a6c6fee

Please sign in to comment.