Skip to content

Commit 0584da3

Browse files
committed
Fixup comment syntax
1 parent b0e720a commit 0584da3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ repos:
6666
name: add license for all SQL files
6767
files: \.sql$
6868
args:
69-
- --comment-style=--
69+
- --comment-style
70+
- '|--|'
7071
- --license-filepath
7172
- .github/workflows/license-templates/LICENSE.txt
7273
- --fuzzy-match-generates-todo

0 commit comments

Comments
 (0)