Skip to content

Commit

Permalink
Exclude CLA signatures from pre-commit checks
Browse files Browse the repository at this point in the history
The CLA JSON does not have an EOL at the end... ignore this.
  • Loading branch information
Ostrzyciel committed Apr 3, 2024
1 parent 7d17280 commit d38792a
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 @@ -26,5 +26,6 @@ exclude: |
^output/|
^fonts/|
^charts/|
^old/
^old/|
^signatures/
)

0 comments on commit d38792a

Please sign in to comment.