Skip to content

Commit 2ac7079

Browse files
authored
Added pre-commit integration.
1 parent 6362e23 commit 2ac7079

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: sql-formatter
2+
name: sql-formatter
3+
description: "Reformat SQL files with sql-formatter"
4+
entry: sql-formatter
5+
language: node
6+
types: [sql]
7+
args: [--fix]

0 commit comments

Comments
 (0)