Skip to content

Commit 5a67a93

Browse files
committed
main: Run copyright check in fmt
Signed-off-by: Gabe Goodhart <[email protected]>
1 parent d39eb02 commit 5a67a93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ repos:
1717
name: ruff
1818
entry: scripts/lint.sh
1919
language: script
20+
- repo: local
21+
hooks:
22+
- id: copyright-check
23+
name: copyright
24+
entry: scripts/check_copyright.sh
25+
language: script

0 commit comments

Comments
 (0)