Skip to content

Commit ebc7a43

Browse files
authored
Moved argument to the entry command.
1 parent 2ac7079 commit ebc7a43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
- id: sql-formatter
22
name: sql-formatter
33
description: "Reformat SQL files with sql-formatter"
4-
entry: sql-formatter
4+
entry: sql-formatter --fix
55
language: node
66
types: [sql]
7-
args: [--fix]

0 commit comments

Comments
 (0)