We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8e8f7 commit 9a528a7Copy full SHA for 9a528a7
2 files changed
.pre-commit-hooks.yaml
@@ -1,4 +1,5 @@
1
-- id: dataform
2
- name: dataform
3
- language: docker_image
4
- entry: dataformco/dataform:latest dataform format
+- id: dataform_format
+ name: Dataform format
+ entry: hooks/dataform_format.sh
+ language: script
5
+ files: (\.sqlx)$
hooks/dataform_format.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+dataform format
0 commit comments