Skip to content

Commit

Permalink
main: Run copyright check in fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
  • Loading branch information
gabe-l-hart committed Feb 12, 2024
1 parent d39eb02 commit 5a67a93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ repos:
name: ruff
entry: scripts/lint.sh
language: script
- repo: local
hooks:
- id: copyright-check
name: copyright
entry: scripts/check_copyright.sh
language: script

0 comments on commit 5a67a93

Please sign in to comment.