Skip to content

Commit ae3d42c

Browse files
committed
chore: fix license pre-commit hook
1 parent 6119860 commit ae3d42c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ repos:
1414
args:
1515
- --license-filepath=scripts/LICENSE.txt
1616
- --comment-style=//
17+
- --use-current-year
1718
- --fuzzy-match-generates-todo
1819
exclude: \.pb(?:\.gw)?\.go$
1920
types: [go]
@@ -22,6 +23,7 @@ repos:
2223
args:
2324
- --license-filepath=scripts/LICENSE.txt
2425
- --comment-style=#
26+
- --use-current-year
2527
- --fuzzy-match-generates-todo
2628
types: [shell]
2729
- id: insert-license

0 commit comments

Comments
 (0)